data_searle: Data from Searle

data_searleR Documentation

Data from Searle

Description

Data from Searle

Usage

data_searle

Format

An object of class data.frame with 14 rows and 2 columns.

Details

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

Source

Searle (1971). Linear Models. Page 324.

Examples

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")


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