View source: R/summarize_population.R
summarize_omega | R Documentation |
Summarize variance-covariance matrix of the random parameters values resulting of an estimation step.
summarize_omega(run, estimation_number = NULL)
A data frame with one row per parameter and the following columns:
eta1
: first parameter name
eta2
: second parameter name
estimate
: final estimate
se
: standard error
rse
: relative standard error
ci_low
: lower endpoint of the 95% confidence interval
ci_up
: upper endpoint of the 95% confidence interval
cv
: coefficient of variation, considering the random parameter
is a variability term associated to a log-normally distributed parameter
EXAMPLERUN %>% summarize_omega()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.