Questions tagged [lavaan]
`lavaan` is the LAtent VAriable ANalysis package in R used for structural equation modeling
393 questions
4
votes
1
answer
125
views
measurement invariance using measEq.syntax
I estimated measurement invariance using
...
3
votes
1
answer
89
views
measurement invariance with theta and lisrel parameterization
I’m trying to test a model of threshold invariance for ordinal indicators across 6 time points using semTools::measEq.syntax() with
parameterization = "theta",
ID.cat = "...
2
votes
1
answer
71
views
Dataset for CFA and EFA
I first performed an Exploratory Factor Analysis (EFA) to identify the number of factors and the pattern of loadings. Then, using the same dataset (5165 observations), I conducted a Confirmatory ...
1
vote
0
answers
32
views
fix indicator residual to 0 in RI-CLMP model that constrain standardized lagged effects in lavaan()
I am running a multiple-group RI-CLPM analysis and I am referring to templates here. https://jeroendmulder.github.io/RI-CLPM/lavaan.html. The specific codes I am looking at is
...
2
votes
1
answer
98
views
Clarification on parameterizations in lavaan for measurement invariance
I’m using lavaan in R to test measurement invariance of a factor model. I’ve seen that lavaan allows different parameterizations ("standard" and "theta" via the parameterization ...
1
vote
1
answer
85
views
5
votes
1
answer
162
views
Strange pattern of fit indices in Measurement invariance testing
I am testing measurement invariance across 7 time points using WLSMV since my indicators are ordinal. Here are my results:
When I impose threshold constraints, the overall fit indices get worse (...
1
vote
1
answer
64
views
Autoregressive Latent Trajectory with Structured Residuals
I'm trying to estimate an ALT-SR model (autoregressive latent trajectory with random intercepts) where stress is continuous and smoke is ordinal (0/1).
When I run the model I get the following warning:...
1
vote
1
answer
68
views
Lavaan serial mediation model - covariance between mediators and adding covariates
I'm trying to set up a serial mediation in lavaan with two mediators, and have a couple of questions about setting up the model that I haven't been able to find the answer to so far.
I had initially ...
4
votes
1
answer
101
views
cross-lagged panel model (lavaan)
I am modelling the longitudinal relationships between three observed variables:
behavior (binary: 0/1)
affect (continuous)
wellbeing (5-point Likert scale)
The baseline year is 2008, and I have ...
2
votes
2
answers
144
views
Clarification on Δχ² interpretation for metric invariance with WLSMV and Svetina et al. (2019)
I'm performing measurement invariance testing across six groups using lavaan with categorical data (4-point Likert), the WLSMV estimator, and the delta parameterization with Wu & Estabrook (2016) ...
2
votes
1
answer
61
views
CFA multiple multi-item scales
In my survey, I measured two variables:
Dependent variable: 1 factor of a construct consisting of 4 factors (measured by 4 items each); all factors were measured to maybe conduct additional analyses ...
4
votes
2
answers
260
views
Should I dummy code my categorical variable in SEM model?
I am working on doing a path analysis and using lavaan(). One of my endogenous variables is an ordered factor HOWEVER, the difference between each group is not ...
1
vote
1
answer
78
views
Laavan fit measures [closed]
I have done an Exploratory Factory Analysis. I want fit mesures of the model. I am on JASP and Jamovi. I need Goodness-of-Fit Index (GFI), Ajusted GFI (AGFI) and Normed Fit Index (NFI). I tried SEM ...
1
vote
1
answer
102
views
Scalar Invariance Testing Accounting for Age Effects in lavaan
I am using a longitudinal CFA in R using the lavaan package to model a latent construct (small vessel disease - SVD) that is measured by 3 MRI indicators. My initial goal is to test the measurement ...