x100 {blockTools} | R Documentation |
Simulated data for demonstrating blockTools functionality
Description
Simulated data for demonstrating blockTools
functionality.
Usage
data(x100)
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(s)
Ryan T. Moore
Examples
data(x100)
head(x100)
[Package blockTools version 0.6.6 Index]