Fisher's C test for SEM (old)
sem.fisher.c(modelList, data, corr.errors = NULL, add.vars = NULL,
grouping.vars = NULL, grouping.fun = mean, adjust.p = FALSE,
basis.set = NULL, pvalues.df = NULL, model.control = NULL,
.progressBar = TRUE)
a list
of regressions representing the structural equation model
a data.frame
used to construct the structured equations
a vector of variables with correlated errors (separated by "~~")
a vector of additional variables whose independence claims should be evaluated, but which do not appear in the model list
an optional variable that represents the levels of data aggregation for a multi-level dataset
a function defining how variables are aggregated in grouping.vars
.
Default is mean
whether p-values degrees of freedom should be adjusted. Default is FALSE
provide an optional basis set
an optional data.frame
corresponding to p-values for independence claims
a list
of model control arguments to be passed to d-sep models
enable optional text progress bar. Default is TRUE