View source: R/summarize_population.R
| summarize_thetas | R Documentation |
Summarize typical population parameters values resulting of an estimation step.
summarize_thetas(run, estimation_number = NULL)
run |
|
estimation_number |
integer. Number of the estimation step. Default is NULL, returning the last estimation step. |
A data frame with one row per parameter and the following columns:
id: parameter ID (ie. THETA1, THETA2, ..., THETAn)
name: 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
EXAMPLERUN %>% summarize_thetas()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.