% Generated by roxygen2: do not edit by hand % Please edit documentation in R/cox.R \name{cox.univariate} \alias{cox.univariate} \title{COX for univariate variables} \usage{ cox.univariate(x, var) } \arguments{ \item{x}{data frame containing followup and censored columns} \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} } \value{ data frame with a single row for tested variable, with fields variableName,unitChange,HR,l95,u95,pWald,pLikelihood } \description{ COX for univariate variables }