https://github.com/cran/coxrobust
Raw File
Tip revision: bd29efa9d2c3c990d3b2daddcad04ac1c25d4bd0 authored by Shana Scogin on 06 April 2022, 13:02:33 UTC
version 1.0.1
Tip revision: bd29efa
NAMESPACE
# Generated by roxygen2: do not edit by hand

S3method(plot,coxr)
export(coxr)
export(gen_data)
importFrom(graphics,close.screen)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,points)
importFrom(graphics,screen)
importFrom(graphics,split.screen)
importFrom(graphics,title)
importFrom(stats,model.extract)
importFrom(stats,model.matrix)
importFrom(stats,pchisq)
importFrom(stats,pnorm)
importFrom(stats,quantile)
importFrom(stats,rexp)
importFrom(stats,rnorm)
importFrom(survival,Surv)
useDynLib(coxrobust,lambda)
useDynLib(coxrobust,lin)
useDynLib(coxrobust,ple)
useDynLib(coxrobust,re)
back to top