Revision bf05dd67944f5d9b94ffc2a5279f1f86069f0443 authored by Daniela Dunkler on 31 October 2023, 12:30:02 UTC, committed by cran-robot on 31 October 2023, 13:31:00 UTC
1 parent 15ed2c6
Raw File
NAMESPACE
# Generated by roxygen2: do not edit by hand

S3method(coef,shrink)
S3method(predict,shrink)
S3method(print,shrink)
S3method(summary,shrink)
S3method(vcov,shrink)
export(isrcs)
export(shrink)
export(shrink.coxph)
export(shrink.glm)
export(shrink.lm)
import(MASS)
import(mfp)
import(rms)
import(survival)
importFrom(stats,coef)
importFrom(stats,dfbeta)
importFrom(stats,family)
importFrom(stats,gaussian)
importFrom(stats,glm)
importFrom(stats,glm.fit)
importFrom(stats,lm.wfit)
importFrom(stats,model.matrix)
importFrom(stats,na.pass)
importFrom(stats,nobs)
importFrom(stats,predict)
importFrom(stats,predict.glm)
importFrom(stats,residuals)
importFrom(stats,summary.glm)
importFrom(stats,terms)
importFrom(stats,weights)
importFrom(utils,getFromNamespace)
back to top