cox.univariate.Rd 596 B

12345678910111213141516171819
  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/cox.R
  3. \name{cox.univariate}
  4. \alias{cox.univariate}
  5. \title{COX for univariate variables}
  6. \usage{
  7. cox.univariate(x, var)
  8. }
  9. \arguments{
  10. \item{x}{data frame containing followup and censored columns}
  11. \item{var}{the variable used to explain survival in format mode:name where mode drives unitChange selection, SD for m, 1 for r or logic and X for uX}
  12. }
  13. \value{
  14. data frame with a single row for tested variable, with fields variableName,unitChange,HR,l95,u95,pWald,pLikelihood
  15. }
  16. \description{
  17. COX for univariate variables
  18. }