We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
An important feature is to allow users to simply ask for bootstrapped SEs in umxRAM.
umxRAM
Not sure how OpenMx handles bootstrap SEs...
The text was updated successfully, but these errors were encountered:
Perhaps see test_mxBootstrapStdizeRAMpaths.R for Bootstrap in OpenMx here: https://github.com/OpenMx/OpenMx/blob/master/inst/models/passing/test_mxBootstrapStdizeRAMpaths.R
Sorry, something went wrong.
Seems best to add se = c("se", "bootstrap") and bootstraps = 1000 parameters to umxRAM
se = c("se", "bootstrap")
bootstraps = 1000
Then insideumxRAM use mxBootstrap, mxBootstrapEval and mxBootstrapStdizeRAMpaths to get booted parameter estimates.
mxBootstrap
mxBootstrapEval
mxBootstrapStdizeRAMpaths
Possibly do this all inside umxSummary if umxRAM returning a booted model turns out to be unwieldy
umxSummary
tbates
No branches or pull requests
An important feature is to allow users to simply ask for bootstrapped SEs in
umxRAM
.Not sure how OpenMx handles bootstrap SEs...
The text was updated successfully, but these errors were encountered: