2.5.10.4.3 SAParaEstim


Name

SAParaEstim

Description

Declaration

typedef struct tagSAParaEstim
{
	int			_id(IDE_SAPARAESTIM_DF)		DOF;
	double		_id(IDE_SAPARAESTIM_PARAES)	ParaEst;
	double		_id(IDE_SAPARAESTIM_SE)		SE;
	double		_id(IDE_SAPARAESTIM_LCL)	LCL;
	double		_id(IDE_SAPARAESTIM_UCL)	UCL;
	double		_id(IDE_SAPARAESTIM_CHISQ)	ChiSq;
	double		_id(IDE_SAPARAESTIM_PROB)	Prob;
	double		_id(IDE_SAPARAESTIM_HAZARD)	Hazard;
} SAParaEstim;

Members

DOF
Degrees of freedom of covariate parameter
ParaEst
Covariate parameter estimate
SE
Standard error of covariate parameter estimate
LCL
Lower confidence limit
UCL
Upper confidence limit
ChiSq
Chi-Square value for the covariate parameter
Prob
Probability for the covariate parameter
Hazard
Hazard value for the covariate parameter

Remark

Examples

Header to Include

origin.h

See Also

Reference