Re: [R] debug biglm response error on bigglm model

2011-01-12 Thread Mike Harwood
nt: Monday, January 10, 2011 6:29 AM > > To: r-h...@r-project.org > > Subject: [R] debug biglm response error on bigglm model > > > G'morning > > > What does the error message "Error in x %*% coef(object) : non- > > conformable arguments" indicate

Re: [R] debug biglm response error on bigglm model

2011-01-10 Thread Greg Snow
f Of Mike Harwood > Sent: Monday, January 10, 2011 6:29 AM > To: r-help@r-project.org > Subject: [R] debug biglm response error on bigglm model > > G'morning > > What does the error message "Error in x %*% coef(object) : non- > conformable arguments" indicate when

[R] debug biglm response error on bigglm model

2011-01-10 Thread Mike Harwood
G'morning What does the error message "Error in x %*% coef(object) : non- conformable arguments" indicate when calculating the response values for newdata with a model from bigglm (in package biglm), and how can I debug it? I am attempting to do Monte Carlo simulations, which may explain the loop