E11.1 {SenSrivastava} | R Documentation |
The E11.1
data frame has 20 rows and 5 columns.
data(E11.1)
This data frame contains the following columns:
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) }