Skip to content

Setting plots margin

2 messages · Anne Piotet, Uwe Ligges

2 days later
#
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