View source: R/common_ext_file_manipulations.R
get_initial_estimate_values | R Documentation |
Get initial estimate values from specifick iteration row.
get_initial_estimate_values(
filename,
select = "all",
iteration = -1e+09,
do.stop = TRUE
)
filename |
Name of the file. |
select |
Can be set to "omega","theta","sigma" or "all"(means thetas, omegas and sigmas). By default is "all". |
iteration |
The value of iteration. By default is -1000000000. |
do.stop |
A logical indicating whether function should stop if argument 'select' is set to something different than allowed string. By default do.stop=TRUE |
The data frame of initial estimate values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.