Error: C stack usage 15923744 is too close to the limit

Hi,

I want to use autoplot()

fit1 <- lm(Sepal.Length ~ Petal.Width, data = iris)
autoplot(fit1)

Error: C stack usage 15923744 is too close to the limit

I would be greateful for help here.

what autoplot are you using ?
I tried with ggplot2 to see if anything would happen, but it doesn't have a method for plotting lm's ...

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.