Displaying 1 result from an estimated 1 matches for "bigassmall".
2009 Sep 26
1
Summary/Bootstrap for Design library's lrm function
...o 51####
> lrm(formula = Y ~ permemp + rev + gconec + scorpstat, data = data,
na.action = na.delete, var.penalty = "simple")
## It will give me coefficients and residuals, but nothing else really.
When I try to enter "summary" it gives me this error message##
> summary(bigassmall)
Error in summary.Design(bigassmall) : could not find function "Varcov"
##So I thought I'd try to find a back door in, manually bootstrapping to
verify then getting values that way and I get this error message##
> validate(bigassmall, method=boot, B=50)
Error in validate.lrm(biga...