umx (version 1.9.1)

umx_APA_model_CI: umx_APA_model_CI

Description

Look up CIs for free parameters in a model, and return as APA-formatted text string

Usage

umx_APA_model_CI(model, cellLabel, prefix = "top.", suffix = "_std",
  digits = 2, verbose = FALSE)

Arguments

model

an mxModel to get CIs from

cellLabel

the label of the cell to interrogate for a CI, e.g. "ai_r1c1"

prefix

This submodel to look in (i.e. "top.")

suffix

The suffix for algebras ("_std")

digits

= 2

verbose

= FALSE

Value

- the CI string, e.g. ".73 [-.2, .98]"

References

- http://tbates.github.io, https://github.com/tbates/umx

See Also

Other Misc: umxEval, umx_add_variances, umx_apply, umx_default_option, umx_get_bracket_addresses, umx_object_as_str, umx_string_to_algebra, umx

Examples

Run this code
# NOT RUN {
umx_APA_model_CI(fit_IP, cellLabel = "ai_r1c1", prefix = "top.", suffix = "_std")
# }

Run the code above in your browser using DataLab