imxPPML.Test.Test {OpenMx} | R Documentation |
imxPPML.Test.Test
Description
Test that PPML solutions match non-PPML solutions.
Usage
imxPPML.Test.Test(
model,
checkLL = TRUE,
checkByName = FALSE,
tolerance = 0.5,
testEstimates = TRUE
)
Arguments
model |
the MxModel to evaluate |
checkLL |
whether to check log likelihood |
checkByName |
check values using their names |
tolerance |
closeness tolerance for check |
testEstimates |
whether to test for the same parameter estimates |
Details
This is an internal function used for comparing PPML and non-PPML solutions. Generally, non-developers will not use this function.
[Package OpenMx version 2.21.11 Index]