statsmodels.genmod.generalized_linear_model.PredictionResults.conf_int¶
- PredictionResults.conf_int(method='endpoint', alpha=0.05, **kwds)[source]¶
Returns the confidence interval of the value, effect of the constraint.
This is currently only available for t and z tests.
- Parameters:
- Returns:
- ci
ndarray
, (k_constraints
, 2) The array has the lower and the upper limit of the confidence interval in the columns.
- ci