powered by
Data from Tosh
data_tosh
An object of class data.frame with 15 rows and 3 columns.
data.frame
A dataframe with 3 treatment factors. The treatment combinations form 2 disconnected groups.
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)
Run the code above in your browser using DataLab