powered by
Look up CIs for free parameters in a model, and return as APA-formatted text string
umx_APA_model_CI(model, cellLabel, prefix = "top.", suffix = "_std", digits = 2, verbose = FALSE)
an mxModel to get CIs from
mxModel
the label of the cell to interrogate for a CI, e.g. "ai_r1c1"
This submodel to look in (i.e. "top.")
The suffix for algebras ("_std")
= 2
= FALSE
- the CI string, e.g. ".73 [-.2, .98]"
- http://tbates.github.io, https://github.com/tbates/umx
Other Misc: umxEval, umx_add_variances, umx_apply, umx_default_option, umx_get_bracket_addresses, umx_object_as_str, umx_string_to_algebra, umx
umxEval
umx_add_variances
umx_apply
umx_default_option
umx_get_bracket_addresses
umx_object_as_str
umx_string_to_algebra
umx
# NOT RUN { umx_APA_model_CI(fit_IP, cellLabel = "ai_r1c1", prefix = "top.", suffix = "_std") # }
Run the code above in your browser using DataLab