summarize_thetas: Summarize THETA parameters

View source: R/summarize_population.R

summarize_thetasR Documentation

Summarize THETA parameters

Description

Summarize typical population parameters values resulting of an estimation step.

Usage

summarize_thetas(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. 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

Examples


EXAMPLERUN %>% summarize_thetas()

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