12345678910111213141516171819 |
- % Generated by roxygen2: do not edit by hand
- % Please edit documentation in R/cox.R
- \name{cox.hazard}
- \alias{cox.hazard}
- \title{COX hazards}
- \usage{
- cox.hazard(x, vars)
- }
- \arguments{
- \item{x}{data frame}
- \item{vars}{a vector of variables used in Cox's survival analysis}
- }
- \value{
- model as returned by coxph
- }
- \description{
- COX hazards
- }
|