This helper function is used
in the semforest
varimp
and
proximity
aggregate functions.
evaluateDataLikelihood(
model,
data,
data_type = "raw",
loglik = c("default", "model", "mvn")
)
Returns a -2LL model fit for the model
A model as used in semtree
and semforest
.
Data set to apply to a fitted model.
Type of data ("raw", "cov", "cor")
Character. Either 'model' for model-based evaluation or 'mvn' for multivariate normal density.
Andreas M. Brandmaier, John J. Prindle
Brandmaier, A.M., Oertzen, T. v., McArdle, J.J., & Lindenberger, U. (2013). Structural equation model trees. Psychological Methods, 18(1), 71-86.
semtree
, semforest