Learn R Programming

umx (version 1.7.5)

umx_merge_CIs: umx_merge_CIs

Description

if you compute some CIs in one model and some in another (copy of the same model, perhaps to get some parallelism), this is a simple helper to cludge them together.

Usage

umx_merge_CIs(m1, m2)

Arguments

m1

first copy of the model

m2

second copy of the model

Value

- mxModel

References

- http://www.github.com/tbates/umx

See Also

Other Data Functions: umxCovData, umxFactor, umxHetCor, umxPadAndPruneForDefVars, umx_as_numeric, umx_cont_2_quantiles, umx_cov2raw, umx_lower2full, umx_make_MR_data, umx_make_TwinData, umx_make_bin_cont_pair_data, umx_make_fake_data, umx_read_lower, umx_reorder, umx_residualize, umx_round, umx_scale_wide_twin_data, umx_scale, umx_swap_a_block, umx

Examples

Run this code
# NOT RUN {
umx_merge_CIs(m1, m2)
# TODO remove duplicates...
# TODO (check they are the same as well!)
# TODO Support arbitrarily long list of input models with ...
# TODO check the models are the same, with same fit
# TODO check the models have CIs
# }

Run the code above in your browser using DataLab