summarize_etabars: Summarize ETA bars

View source: R/summarize_population.R

summarize_etabarsR Documentation

Summarize ETA bars

Description

Summarize ETA bars of the individual parameters resulting of an estimation step.

Usage

summarize_etabars(run, estimation_number = NULL)

Arguments

run

pmxploit NONMEM run object.

estimation_number

integer. Number of the estimation step. Default is NULL, returning the last estimation step.

Value

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

Examples

EXAMPLERUN %>% summarize_etabars()

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