statsmodels.genmod.generalized_estimating_equations.GEEMargins.conf_int

GEEMargins.conf_int(alpha=0.05)[source]

返回边际效应的置信区间

Parameters:
alphafloat

介于0和1之间的数字。置信区间具有概率1-alpha。

Returns:
conf_intndarray

包含边际效应的下限和上限置信区间的数组。


Last update: Oct 16, 2024