> m10 %>% plot(which = 1) > resettest(m10, power = 2:3, type = "fitted") Error in colMeans(x, na.rm = TRUE) : 'x' must be numeric

class(m10)
[1] "lm"
m10 %>% plot(which = 1)
resettest(m10, power = 2:3, type = "residuals")
Error in colMeans(x, na.rm = TRUE) : 'x' must be numeric

I do not know why

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.