creates a parameter table from a lavaan like syntax
parameter_table_rcpp(
syntax,
add_intercept,
add_variance,
add_exogenous_latent_covariances,
add_exogenous_manifest_covariances,
scale_latent_variance,
scale_loading
)parameter table
lavaan like syntax
should intercepts for manifest variables be automatically added?
should variances for all variables be automatically added?
should covariances between exogenous latent variables be added automatically?
should covariances between exogenous manifest variables be added automatically?
should variances of latent variables be set to 1?
should the first loading of each latent variable be set to 1?