Learn R Programming

nlsrk (version 1.1)

syslin: Pharmacokinetics : intramuscular injection

Description

A survey in time of muscle and blood concentrations of a drug following an intramuscular injection.

Usage

data(syslin)

Arguments

Format

A data frame with 100 observations on the following 3 variables.

t

a numeric vector : time in hours

y

a numeric vector : blood or muscle concentration

traj

a factor : number of the compartments. 1=muscle, 2= blood

Examples

Run this code
data(syslin)
## maybe str(syslin) ; plot(syslin) ...

Run the code above in your browser using DataLab