Test that PPML solutions match non-PPML solutions.
imxPPML.Test.Test(
model,
checkLL = TRUE,
checkByName = FALSE,
tolerance = 0.5,
testEstimates = TRUE
)
the MxModel to evaluate
whether to check log likelihood
check values using their names
closeness tolerance for check
whether to test for the same parameter estimates
This is an internal function used for comparing PPML and non-PPML solutions. Generally, non-developers will not use this function.