View source: R/summarize_population.R
summarize_shrinkage | R Documentation |
Summarize shrinkage (ETA, EBV and EPS) of the individual parameters resulting of an estimation step.
summarize_shrinkage(run, estimation_number = NULL, type = NULL)
run |
|
estimation_number |
integer. Number of the estimation step. Default is NULL, returning the last estimation step. |
type |
character vector. Shrinkage type (ETA, EBV or EPS). |
A data frame with one row per shrinkage value and the following columns:
type
: shrinkage type (ETA, EBV or EPS)
parameter
: random parameter name
shrinkage
: shrinkage value
EXAMPLERUN %>% summarize_shrinkage()
EXAMPLERUN %>% summarize_shrinkage(type = "ETA")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.