|
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
)
Public Sub New (
inputNames As String(),
timeName As String,
censorName As String
)
Request Example
View SourceParameters
- 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