Statistics: Survival Analysis: Cox Model Estimator
Perform a Cox Proportional Hazards Model analysis
This feature is for OriginPro only.
1. phm_Cox irng:=(1,2,3,4) censor:=0
2. phm_Cox irng:=(1,2,3,4) censor:=0 cov:=1
3. phm_Cox irng:=(1,2,3,4) censor:=0 corr:=1
Please refer to the page for additional option switches when accessing the x-function from script
Display Name |
Variable Name |
I/O and Type |
Default Value |
Description |
---|---|---|---|---|
Input | irng |
Input Range |
|
Specify data range for analysis, including time data range, censor data range and covariate data range. Time data range Specify time data column Censor data range Specify censor data column Covariate data range Specify covariate data column |
Censoring Value(s) | censor |
Input vector |
|
Specify the censor subject value, which identifies which time values in the observation data set are censored. |
Event and Censor Values Summary. | summary |
Input int |
|
Check box for output the summary of event and censored value result. |
Covariance Matrix | cov |
Input int |
|
Specify whether output the covariance matrix or not. |
Correlation Matrix | corr |
Input int |
|
Specify whether output the correlation matrix or not. |
Survival | sf |
Input int |
|
Specify whether output the survival curve or not. |
Hazard | hazard |
Input int |
|
Specify whether output the hazard curve or not. |
Survival Function | rd |
Output ReportData |
|
Specify the survival function data destination |
Output Report | rt |
Output ReportTree |
|
Specify the report worksheet destination |
For more information,please refer to our User Guide.