run_data: An example of NONMEM run data

run_dataR Documentation

An example of NONMEM run data

Description

This dataset has be renamed using tidyverse-style snake_case naming conventions. However the original name of the dataset has been kept to ensure backwards compatibility with the book SAMS Teach Yourself R in 24 Hours (ISBN: 978-0-672-33848-9).

Usage

run_data

runData

Format

A data frame with 73 observations on the following 10 variables.

ID

a numeric vector giving the subject ID

DAY

a numeric vector giving the day of the observation

CL

a numeric vector giving the clearance value

V

a numeric vector giving the volume of distribution

WT

a numeric vector giving the weight

DV

a numeric vector giving the dependent variable

IPRE

a numeric vector giving the individual prediction

PRED

a numeric vector giving the population prediction

RES

a numeric vector giving the residual

WRES

a numeric vector giving the weighted residual

Source

Simulated Data


ascentTraining documentation built on April 27, 2022, 9:06 a.m.