cfa: Confirmatory Factor Analysis

Description Usage Value Examples

View source: R/cfa.R

Description

A Shiny app for automated Confirmatory Factor Analysis (CFA) based on the R package lavaan. Single-group, first-order CFA for datasets up to 5000 observations, 25 (approximately) continuous variables and 5000 KB. An interpretation in natural language and the R Code to reproduce the results is included in the report. Run the app locally by calling the function or launch it directly in the web from https://statsomat.shinyapps.io/Confirmatory-Factor-Analysis. Follow the Instructions described in the GUI to use the app and generate a report. Check also the GitHub repository https://github.com/Statsomat/CFA.

Usage

1
cfa()

Value

Shiny app opens in viewer or browser.

Examples

1
2
3
4
5
## Not run: 
library(Statsomat)
cfa()

## End(Not run)

Statsomat documentation built on Nov. 17, 2021, 5:17 p.m.

Related to cfa in Statsomat...