data_tosh | R Documentation |
Data from Tosh
data_tosh
An object of class data.frame
with 15 rows and 3 columns.
A dataframe with 3 treatment factors. The treatment combinations form 2 disconnected groups.
Tosh, J. J., and J. W. Wilton. (1990). Degree of connectedness in mixed models. Proceedings of the 4th World Congress on Genetics applied to Livestock Production, 480-483. Page 481.
cbind(data_tosh,
.group=con_check(data_tosh, ~ a + b + c))
data_tosh = transform(data_tosh,
y = rnorm(nrow(data_tosh), mean=100))
library(connected)
con_view(data_tosh, y ~ b * c)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.