statsmodels.genmod.generalized_linear_model.PredictionResults¶
- class statsmodels.genmod.generalized_linear_model.PredictionResults(predicted_mean, var_pred_mean, var_resid=None, df=None, dist=None, row_labels=None, linpred=None, link=None)[source]¶
- Attributes:
- se_mean
- se_obs
- tvalues
Methods
conf_int
([method, alpha])Returns the confidence interval of the value, effect of the constraint.
summary_frame
([alpha])Summary frame
t_test
([value, alternative])z- or t-test for hypothesis that mean is equal to value
Properties