2.13.5.2 phm_Cox(Pro)

Menu Information

Statistics: Survival Analysis: Cox Model Estimator

Brief Information

Perform a Cox Proportional Hazards Model analysis

Additional Information

This feature is for OriginPro only.

Command Line Usage

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

X-Function Execution Options

Please refer to the page for additional option switches when accessing the x-function from script

Variables

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

1

Check box for output the summary of event and censored value result.

Covariance Matrix cov

Input

int

0

Specify whether output the covariance matrix or not.

Correlation Matrix corr

Input

int

0

Specify whether output the correlation matrix or not.

Survival sf

Input

int

0

Specify whether output the survival curve or not.

Hazard hazard

Input

int

0

Specify whether output the hazard curve or not.

Survival Function rd

Output

ReportData

<optional>

Specify the survival function data destination

Output Report rt

Output

ReportTree

[<input>]<new>

Specify the report worksheet destination

More Information

For more information,please refer to our User Guide.

Related X-Functions

kaplanmeier, weibullfit