data_tosh: Data from Tosh

data_toshR Documentation

Data from Tosh

Description

Data from Tosh

Usage

data_tosh

Format

An object of class data.frame with 15 rows and 3 columns.

Details

A dataframe with 3 treatment factors. The treatment combinations form 2 disconnected groups.

Source

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.

Examples

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)


connected documentation built on April 12, 2025, 2:24 a.m.