E11.1 | R Documentation |
The E11.1
data frame has 20 rows and 5 columns.
data(E11.1)
This data frame contains the following columns:
a numeric vector, predictor 1.
a numeric vector, predictor 2.
a numeric vector, predictor 3.
a numeric vector, predictor 4.
a numeric vector, response.
Data made up by the authors.
data(E11.1)
exleaps <- require("leaps", quietly=TRUE)
if (exleaps) {
E11.1.m1 <- regsubsets(y ~x.1+x.2+x.3+x.4, data=E11.1)
summary(E11.1.m1)
plot(E11.1.m1)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.