Learn R Programming

umx (version 1.2.5)

umx_get_cores: umx_get_cores

Description

This function is now deprecated: Get the number of cores using \code{umx_set_cores} with no parameters.

Usage

umx_get_cores(model = NULL)

Arguments

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

Value

  • - number of cores

References

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

See Also

Other Get and set: umx_get_checkpoint, umx_get_optimizer, 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