[R] Error message in Design library

2009-09-17 Thread Richardson, Patrick
This was working a few weeks ago, but perhaps the package has been updated since then. model.1 - lrm(response ~ p_value, data=c_abl_oncogene_1_RTK) When I run the following command . . . . prediction.1 - predict(model.1, type=c(fitted)) I get the following error message. . . . Error in

Re: [R] Error message in Design library

2009-09-17 Thread David Winsemius
On Sep 17, 2009, at 8:58 AM, Richardson, Patrick wrote: This was working a few weeks ago, but perhaps the package has been updated since then. model.1 - lrm(response ~ p_value, data=c_abl_oncogene_1_RTK) When I run the following command . . . . prediction.1 - predict(model.1,