Package 'conmet'

Title: Construct Measurement Evaluation Tool
Description: With this package you can run 'ConMET' locally in R. 'ConMET' is an R-shiny application that facilitates performing and evaluating confirmatory factor analyses (CFAs) and is useful for running and reporting typical measurement models in applied psychology and management journals. 'ConMET' automatically creates, compares and summarizes CFA models. Most common fit indices (E.g., CFI and SRMR) are put in an overview table. ConMET also allows to test for common method variance. The application is particularly useful for teaching and instruction of measurement issues in survey research. The application uses the 'lavaan' package (Rosseel, 2012) to run CFAs.
Authors: Leander De Schutter [aut, cre]
Maintainer: Leander De Schutter <[email protected]>
License: GPL-3
Version: 0.1.0
Built: 2024-12-11 07:22:08 UTC
Source: CRAN

Help Index


Runs the Construct Measurement Evaluation Tool.

Description

'ConMET' is an R-shiny application that facilitates performing and evaluating confirmatory factor analyses (CFAs) and is useful for running and reporting typical measurement models in applied psychology and management journals. 'ConMET' automatically creates, compares and summarizes CFA models. Most common fit indices (E.g., CFI and SRMR) are put in an overview table. 'ConMET' also allows to test for common method variance. The application is particularly useful for teaching and instruction of measurement issues in survey research.
The application uses the cfa function from the 'lavaan' package (Rosseel, 2012) to run CFAs.

Yves Rosseel (2012). lavaan: An R Package for Structural Equation Modeling. Journal of Statistical Software, 48(2), 1-36. URL https://www.jstatsoft.org/v48/i02/.

Usage

run_conmet()

Value

Runs the 'ConMET' shiny application.

Examples

if(interactive()){
library(conmet)
run_conmet()
}