Skip to content
Prev 58999 / 398502 Next

Setting plots margin

Anne Piotet wrote:

            
Anne, at first, we can only see that your specification of the problem 
is obviously wrong:

response <- 1:10
x1 <- 1:10
x2 <- 1:10
summary(response ~ x1 + x2)
# Length   Class    Mode
#      3 formula    call
plot(summary(response ~ x1 + x2))
# Error in plot.table(summary(response ~ x1 + x2)) :
#         invalid table `x'


What do you expect?

Uwe Ligges