[R] Residual Plots
Shivi82
shivibhatia at ymail.com
Wed May 13 11:33:20 CEST 2015
HI All,
I Am creating a residual plot for my linear model.
the code I created is : plot(eval$bty_avg,residuals,ylab="residuals",
xlab="Score", main = "Residual Analysis")Here data set is eval. eval$bty_avg
is my response variable and residual is the var I have created using resid
function to store the residuals.
syntax used is : residuals<- resid(m_bty)
However when I run the syntax I receive the following error message:-
Error in eval$bty_avg : object of type 'closure' is not subsettable
Please suggest.
--
View this message in context: http://r.789695.n4.nabble.com/Residual-Plots-tp4707138.html
Sent from the R help mailing list archive at Nabble.com.
More information about the R-help
mailing list