The function BIFIE.lavaan.survey
fits a structural equation model in lavaan
using the lavaan.survey package (currently not on CRAN). Currently, only
maximum likelihood estimation for normally distributed data is available.
The function BIFIE.survey
fits a model defined in the survey package.
BIFIE.lavaan.survey(lavmodel, svyrepdes, lavaan_fun="sem",
lavaan_survey_default=FALSE, fit.measures=NULL, ...)# S3 method for BIFIE.lavaan.survey
summary(object, ...)
# S3 method for BIFIE.lavaan.survey
coef(object,...)
# S3 method for BIFIE.lavaan.survey
vcov(object,...)
BIFIE.survey(svyrepdes, survey.function, ...)
# S3 method for BIFIE.survey
summary(object, digits=3, ...)
# S3 method for BIFIE.survey
coef(object,...)
# S3 method for BIFIE.survey
vcov(object,...)
For BIFIE.lavaan.survey
a list with following entries
Object of class lavaan
Fit statistics from lavaan
Model string in lavaan syntax
Replication design object of class BIFIEdata
or replication design
object from survey package (generated by BIFIEdata2svrepdesign
or
survey::svrepdesign
)
Estimation funcion in lavaan. Can be "lavaan"
,
"sem"
, "cfa"
or "growth"
.
Logical indicating whether the lavaan.survey package should be used for statistical inference for multiply imputed datasets.
Object of class BIFIE.by
Optional vector of fit measures used in
lavaan::fitMeasures
function
Further arguments to be passed
Function from the survey package
Number of digits after decimal
lavaan::lavaan
,
lavaan.survey::lavaan.survey