Displaying 1 result from an estimated 1 matches for "c_abl_oncogene_1_rtk".
2009 Sep 17
1
Error message in Design library
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 predictDesign(object, ..., type = "lp", se.fit = FALSE) :
could not find function "Varcov"
It seems like a required fun...