Hi
I am trying to make a multivariate plot similar to the above image in R, using the command
pairs(response variable,panel=panel.smooth)
I just got an error
Error in pairs.default(Response, panel = panel.smooth) :
only one column in the argument to 'pairs'
Could anyone tell me...