statsmodels.genmod.generalized_estimating_equations.GEEResults.load

method

classmethod GEEResults.load(fname)

load a pickle, (class method)

Parameters
fnamestring or filehandle

fname can be a string to a file path or filename, or a filehandle.

Returns
unpickled instance