Displaying 1 result from an estimated 1 matches for "multlinearreg1".
2018 Apr 20
1
Further questions
...=0.7) 2)
2) I also need your help plotting a hyperplan for a multiple regression and here I am really stuck...
inc <- c(25000, 28000, 17500, 30000, 25000, 32000, 30000, 29000, 26000, 40000)
age <- c(60, 36, 21, 35, 33, 43, 29, 45, 41, 48)
educ <- c(12, 12, 13, 16, 16, 12, 13, 15, 15, 20)
MultLinearReg1 <- lm(inc ~ age + educ)
summary(MultLinearReg1)
Thank you so much!