% Generated by roxygen2: do not edit by hand % Please edit documentation in R/cox.R \name{coxp} \alias{coxp} \title{Cox Proportional Hazards Regression} \usage{ coxp( dataset, time, status, evar, int = "", check = "", form, data_filter = "", arr = "", rows = NULL, envir = parent.frame() ) } \description{ Cox Proportional Hazards Regression }