simstandard 0.7.0 development version
- Changed Depends field from R (>= 3.4.0) to R (>= 3.5.0) because of dependency on mvtnorm package.
- Fixed bug in how composite score indicators are assigned for higher-order factors. Previous code did not distinguish between indicator paths and regression paths.
simstandard 0.6.3 2021-05-07
CRAN release: 2021-05-07
- Added
get_factor_score_validity_sefunction to return factor score standard errors. - Added
get_model_namesfunction to return a list of model variable names.
simstandard 0.6.2 2021-01-21
CRAN release: 2021-01-21
- Added
get_factor_score_coefficientsfunction to return factor score coefficients - Added
get_factor_score_validityfunction to return factor score validity coefficients - Added
v_factor_score_disturbanceandv_factor_score_residualtov_nameslist returned bysim_standardized_matrices. - The
v_factor_scorelist now only returns factor score names associated with the latent variables.
simstandard 0.6.1 2020-12-22
- Can specify a mean and standard deviation in the
add_composite_scoresandadd_factor_scoresfunctions. - The
add_factor_scoresfunction now appends_FSto the factor score names.
simstandard 0.6.0 2020-11-25
CRAN release: 2020-11-25
- Added
get_model_implied_correlationsfunction, which returns the model-implied correlation matrix of observed variables, latent variables, error terms, factor scores, and composite variables.
simstandard 0.5.0 2020-10-22
CRAN release: 2020-10-22
- Added
composite_score_validityto list returned bysim_standardized_matrices - Added
add_composite_scoresfunction to add composite scores to new data.
simstandard 0.4.0 2019-01-08
- Fixed bug that prevents computation of composite scores of third-order and fourth-order latent variables.
simstandard 0.3.0 2019-01-07
CRAN release: 2019-01-07
- Added the
matrix2lavaanfunction to provide a convenient method of creating lavaan syntax from matrices. - Added the
lav2ramfunction to extract standardized RAM matrices from a lavaan object. - The
sim_standardized_matricesfunction has a new argument,composite_threshold. If this argument is specified, variables with loadings below the threshold are not used as indicators of the composite scores. - Removed the semPlot package from suggests list
simstandard 0.2.1 2018-11-09
- Fixed the method of finding indicators for composite variables. A composite now is only created from direct indicators unless the latent variable is a higher-order factor with no direct indicators.
simstandard 0.2.0 2018-11-08
CRAN release: 2018-11-08
- Added the
fixed2freefunction, which takes alavaansyntax model with fixed parameters and returns alavaansyntax model in which all parameters are free. - Added the
model_completefunction, which takes alavaansyntax model with standardized loadings, structure coefficients, and covariances, and returns alavaansyntax model with all standardized coefficients, including standardized variances. - Added the
add_factor_scoresfunction, which adds predicted factor scores to a data.frame.
