Last data update: 2014.03.03

R: Pharmacokinetics of tetracycline
Tetracycline1R Documentation

Pharmacokinetics of tetracycline

Description

The Tetracycline1 data frame has 40 rows and 4 columns.

Format

This data frame contains the following columns:

conc

a numeric vector

Time

a numeric vector

Subject

an ordered factor with levels 5 < 3 < 2 < 4 < 1

Formulation

a factor with levels tetrachel tetracyn

Source

Pinheiro, J. C. and Bates, D. M. (2000), Mixed-Effects Models in S and S-PLUS, Springer, New York.

Examples

str(Tetracycline1)

Results


R version 3.3.1 (2016-06-21) -- "Bug in Your Hair"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(MEMSS)
Loading required package: lme4
Loading required package: Matrix

Attaching package: 'MEMSS'

The following objects are masked from 'package:datasets':

    CO2, Orange, Theoph

> png(filename="/home/ddbj/snapshot/RGM3/R_CC/result/MEMSS/Tetracycline1.Rd_%03d_medium.png", width=480, height=480)
> ### Name: Tetracycline1
> ### Title: Pharmacokinetics of tetracycline
> ### Aliases: Tetracycline1
> ### Keywords: datasets
> 
> ### ** Examples
> 
> str(Tetracycline1)
'data.frame':	40 obs. of  4 variables:
 $ conc       : num  1.08 1.99 1.46 1.21 1.48 2.5 2.62 1.95 1.19 2.1 ...
 $ Time       : num  1 2 3 6 1 2 3 6 1 2 ...
 $ Subject    : Factor w/ 5 levels "1","2","3","4",..: 1 1 1 1 1 1 1 1 2 2 ...
 $ Formulation: Factor w/ 2 levels "tetrachel","tetracyn": 1 1 1 1 2 2 2 2 1 1 ...
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>