Return predicted values for a marginal regression model fit using GEE.
Parameters: | params : array-like
exog : array-like, optional
offset : array-like, optional
exposure : array-like, optional
linear : bool
|
---|---|
Returns: | An array of fitted values : |
Notes
Using log(V) as the offset is equivalent to using V as the exposure. If exposure U and offset V are both provided, then log(U) + V is added to the linear predictor.