data_searle | R Documentation |
Data from Searle
data_searle
An object of class data.frame
with 14 rows and 2 columns.
A dataframe with 2 treatment factors. The treatment combinations form 3 disconnected groups.
Searle (1971). Linear Models. Page 324.
cbind(data_searle,
.group=con_check(data_searle, ~ f1 + f2))
data_searle = transform(data_searle,
y = rnorm(nrow(data_searle), mean=100))
con_view(data_searle, y ~ f1*f2, cluster=FALSE, main="Searle unsorted")
con_view(data_searle, y ~ f1*f2, main="Searle clustered")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.