Plotting Residuals versus Predictor Variable

Can anyone, please tell me what is supposed to come after my code? Why is it asking for more information?

My code when entered into R:

plot(fitted(lmIS`), resid(lmISno)
+Preformatted text main= "First Year GPA vs. Intelligence Test Score", xlab="Intel. Test Score",
+ ylab="First Year GPA"))
+

waiting to close the open quote mark

I still get the same + sign even if I close the quotation mark or remove them. I do not understand what I am doing wrong.

I think you need a comma after resid(lmlSno). Is the Preformatted text an artifact from copying?

plot(fitted(lmIS`), resid(lmISno)
+Preformatted text main= "First Year GPA vs. Intelligence Test Score", xlab="Intel. Test Score",
+ ylab="First Year GPA"))
2 Likes

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.