View source: R/common_get_initial_estimates_from_ext.R
get_initial_estimates_from_ext | R Documentation |
Get initial estimates from the ext file.
get_initial_estimates_from_ext(
filename,
select = "all",
iteration = -1e+09,
do.stop = TRUE
)
filename |
A string of the ext file name. |
select |
A string of the initial estimates to get. Possible values "omega","theta","sigma" or "all"(means all three). |
iteration |
A numeric value from the ITERATION column in the ext file. By default iteration=-1000000000. |
do.stop |
A logical indicating whether function should stop if input of the select argument is wrong. By default do.stop=TRUE. |
A data frame of initial estimates.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.