#### import
importFrom(survival, Surv)

#### export of public functions:
export(breast,coxphf, coxphfplot, coxphftest, Surv) 


#### definition of S3 methods:
S3method(print, coxphf)
S3method(summary, coxphf)
S3method(print, coxphftest)

#### register shared objects (Fortran DLL):
useDynLib(coxphf)

