Learn R Programming

umx (version 1.2.5)

umx_get_optimizer: umx_get_optimizer

Description

This function is now deprecated: Get the current optimizer, use \code{umx_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 Get and set: umx_get_checkpoint, umx_get_cores, umx_set_auto_plot, umx_set_auto_run, umx_set_checkpoint, umx_set_cores, umx_set_optimizer, umx_set_plot_format, umx_set_table_format

Examples

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

Run the code above in your browser using DataLab