Learn R Programming

blockTools (version 0.6.6)

x100: Simulated data for demonstrating blockTools functionality

Description

Simulated data for demonstrating blockTools functionality.

Usage

data(x100)

Arguments

Format

A dataframe with 100 rows and 6 columns.

id

Identifies units.

id2

Identifies subunits.

b1

Numeric blocking variable 1.

b2

Numeric blocking variable 2.

g

Character variable to identify which of three groups each unit is in (“a”, “b”, or “c”).

ig

Numeric variable that can be ignored.

Author

Ryan T. Moore

Examples

Run this code
data(x100)
head(x100)

Run the code above in your browser using DataLab