Description Format Details Source Examples
The Animal
data frame has 20 rows and 3 columns giving the
average daily weight gains for animals with different genetic
backgrounds.
This data frame contains the following columns:
a factor denoting the sire. (5 levels)
a factor denoting the dam. (2 levels)
a numeric vector of average daily weight gains
This appears to be a constructed data set.
Littel, R. C., Milliken, G. A., Stroup, W. W., and Wolfinger, R. D. (1996), SAS System for Mixed Models, SAS Institute (Data Set 6.4).
1 |
'data.frame': 20 obs. of 3 variables:
$ Sire : Factor w/ 5 levels "1","2","3","4",..: 1 1 1 1 2 2 2 2 3 3 ...
$ Dam : Factor w/ 2 levels "1","2": 1 1 2 2 1 1 2 2 1 1 ...
$ AvgDailyGain: num 2.24 1.85 2.05 2.41 1.99 1.93 2.72 2.32 2.33 2.68 ...
- attr(*, "ginfo")=List of 7
..$ formula :Class 'formula' language AvgDailyGain ~ 1 | Sire/Dam
.. .. ..- attr(*, ".Environment")=<environment: R_GlobalEnv>
..$ order.groups:List of 2
.. ..$ Sire: logi TRUE
.. ..$ Dam : logi TRUE
..$ FUN :function (x)
..$ outer : NULL
..$ inner : NULL
..$ labels :List of 1
.. ..$ AvgDailyGain: chr "Average Daily Weight Gain"
..$ units : list()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.