Description Format Source Examples
The RatPupWeight data frame has 322 rows and 5 columns.
This data frame contains the following columns:
a numeric vector
a factor with levels
Male
Female
a factor, the litter number
a numeric vector
an ordered factor with levels
Control < Low < High
Pinheiro, J. C. and Bates, D. M. (2000), Mixed-Effects Models in S and S-PLUS, Springer, New York.
| 1 | 
Loading required package: lme4
Loading required package: Matrix
Attaching package: 'MEMSS'
The following objects are masked from 'package:datasets':
    CO2, Orange, Theoph
'data.frame':	322 obs. of  5 variables:
 $ weight   : num  6.6 7.4 7.15 7.24 7.1 6.04 6.98 7.05 6.95 6.29 ...
 $ sex      : Factor w/ 2 levels "Female","Male": 2 2 2 2 2 2 2 2 1 1 ...
 $ Litter   : Factor w/ 27 levels "1","10","11",..: 1 1 1 1 1 1 1 1 1 1 ...
 $ Lsize    : num  12 12 12 12 12 12 12 12 12 12 ...
 $ Treatment: Factor w/ 3 levels "Control","High",..: 1 1 1 1 1 1 1 1 1 1 ...
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.