Learn R Programming

umx (version 1.7.5)

umx_get_optimizer: umx_get_optimizer

Description

This function is now deprecated: Get the current optimizer, use \codeumx_set_optimizer with no parameters.

Usage

umx_get_optimizer(model = NULL)

Arguments

model

(optional) model to get from. If left NULL, the global option is returned

Value

- the optimizer - a string

References

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

See Also

Other umx deprecated: umx-deprecated, umx_get_cores

Examples

Run this code
# NOT RUN {
# Deprecated function: to get cores, use umx_set_cores() with no value
# }

Run the code above in your browser using DataLab