2.5.10.4.2 SAFitStats


Name

SAFitStats

Description

Declaration

typedef struct tagSAFitStats
{
	double		_id(IDE_SAFITSTATS_CRITER)	Criter;
	double		_id(IDE_SAFITSTATS_CHISQ)	ChiSq;
	int			_id(IDE_SAFITSTATS_DF)		DOF;
	double		_id(IDE_SAFITSTATS_PROB)	Prob;
} SAFitStats;

Members

Criter
Value of criterion assessing the overall fit of Cox Hazard model.
ChiSq
Chi-square statistic for the criterion
DOF
Degrees of freedom for the criterion
Prob
Probability for the criterion

Remark

Examples

Header to Include

origin.h

See Also

Reference