Created
September 23, 2014 02:42
-
-
Save stevehenderson/28ce6e12989f7d802864 to your computer and use it in GitHub Desktop.
doe lm programatically build linear model
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#This line creates a linear model with all variables and 2 way interaction | |
LinearModel.1 <- lm(result~(.)^2,data=Design.2) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment