View source: R/summarize_population.R
summarize_etabars | R Documentation |
Summarize ETA bars of the individual parameters resulting of an estimation step.
summarize_etabars(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. ETA1, ETA2, ..., ETAn)
name
: parameter name
value
: eta bar value
se
: standard error
n
: sample size
pvalue
: p-value helping assess whether the sample average is "far" from 0
EXAMPLERUN %>% summarize_etabars()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.