Click or drag to resize
Accord.NET (logo)

ProportionalHazardsAnalysis Constructor (String, String, String)

Constructs a new Cox's Proportional Hazards Analysis.

Namespace:  Accord.Statistics.Analysis
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public ProportionalHazardsAnalysis(
	string[] inputNames,
	string timeName,
	string censorName
)
Request Example View Source

Parameters

inputNames
Type: SystemString
The names of the input variables.
timeName
Type: SystemString
The name of the time variable.
censorName
Type: SystemString
The name of the event indication variable.
See Also