Displaying 1 result from an estimated 1 matches for "hshrink".
Did you mean:
shrink
2011 Apr 12
1
Datadist error
...#39; is now completely useless, and I have to run the code to read
in my data again and again to perform actions that are not related to
datadist. Please let me know what I am overlooking.
This is some more of the code:
m.full<-lrm(event~pa+pb+pc, x=TRUE, y=TRUE, data=d)
stats<-m.full$stats
hshrink<-(stats["Model L.R."]-stats["d.f."])/stats["Model L.R."]
hshrink
ddist<-datadist(d)
options(datadist="ddist")
par(mfrow=c(2,2))
plot(m.fulldesign) ##Error I described
f.sum<-summary(m.fulldesign) ##Error I described
nomo...