statsmodels.genmod.generalized_estimating_equations.GEEMargins.summary
-
GEEMargins.summary(alpha=
0.05
)[source]
Returns a summary table for marginal effects
- Parameters:
- alpha
float
Number between 0 and 1. The confidence intervals have the
probability 1-alpha.
- Returns:
- Summary
SummaryTable
A SummaryTable instance
Last update:
Oct 03, 2024