Description Usage Arguments Author(s) Examples
Plots parameters in an ESEM model
1 2 3 4 5 6 7 8 |
model_output |
The output from MPLUS |
covariates |
A character vector of covariates. If the dependent variables were regressed on some variables they are the covariates. |
indep.var |
The variables that were regressed on the factors |
load.thres |
Threshold of loading to include in the plot. Default is 0.2 |
sort |
Logical. If true the loadings will be sorted using 'fa.sort' function |
Subrata Paul
1 2 3 4 | {
mplus_out = system.file("extdata", "sample_esem.out", package = "PlotMplus")
plot_esem(model_output = mplus_out, covariates = c('AGE','SEX','BMI'),indep.var = 'CREACT',sort = T)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.