Learn R Programming

PFIM (version 7.0)

Administration: Administration

Description

The class Administration represents the administration and stores information concerning the administration for the dosage regimen.

Usage

Administration(
  outcome = character(0),
  timeDose = numeric(0),
  dose = numeric(0),
  Tinf = numeric(0),
  tau = 0
)

Arguments

outcome

A string giving the outcome for the administration.

timeDose

A vector of double giving the time doses.

dose

A vector of double giving the doses.

Tinf

A vector of double giving the time for infusion Tinf.

tau

An integer giving the tau value for repeated dose or steady state.