View source: R/qa_get_omega_values.R
get_omega_values | R Documentation |
Get omega values
Get non-ziro omega values.
get_omega_values(ext_file, omegas)
get_omega_values(ext_file, omegas)
ext_file |
A string of the ext file name. |
omegas |
A string "all", "var" or "cov", where "all" means that all omegas will be selected, "var" - only diagonal omegas will be selected and "cov" - only omegas outside the diagonal will be selected. |
filename |
Name of the file. |
iteration |
The value of iteration. By default is -1000000000. |
keep_zeroes |
A logical indicating whether function should keep omegas with zeroe values. By default keep_zeroes is FALSE. |
The data frame of omega values.
A data frame with non-ziro omega values and omega names as column names.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.