summarize_shrinkage: Summarize shrinkage

View source: R/summarize_population.R

summarize_shrinkageR Documentation

Summarize shrinkage

Description

Summarize shrinkage (ETA, EBV and EPS) of the individual parameters resulting of an estimation step.

Usage

summarize_shrinkage(run, estimation_number = NULL, type = NULL)

Arguments

run

pmxploit NONMEM run object.

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).

Value

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

Examples


EXAMPLERUN %>% summarize_shrinkage()
EXAMPLERUN %>% summarize_shrinkage(type = "ETA")

pnolain/pmxploit documentation built on Jan. 31, 2024, 1:16 p.m.