data_test1 | R Documentation |
A eight-variable dataset with 100 cases.
data_test1
A data frame with 100 rows and 8 variables:
Predictor. Numeric.
Predictor. Numeric.
Predictor. Numeric.
Predictor. Numeric.
Predictor. Numeric.
Outcome. Numeric.
Predictor. String. Values: "Alpha", "Beta", "Gamma"
Predictor. String. Values: "North", "South", "East", "West"
data(data_test1)
lm(y ~ x1 + cat2 + cat1 + cat2:cat1, data_test1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.