4.1.4.2.3. statsmodels.base.data.PatsyData

class statsmodels.base.data.PatsyData(endog, exog=None, missing='none', hasconst=None, **kwargs)[source]
__init__(endog, exog=None, missing='none', hasconst=None, **kwargs)

4.1.4.2.3.1. Methods

__init__(endog[, exog, missing, hasconst])
attach_columns(result)
attach_columns_eq(result)
attach_cov(result)
attach_cov_eq(result)
attach_dates(result)
attach_generic_columns(result, *args, **kwargs)
attach_generic_columns_2d(result, *args, ...)
attach_rows(result)
handle_missing(endog, exog, missing, **kwargs) This returns a dictionary with keys endog, exog and the keys of kwargs.
row_labels()
wrap_output(obj[, how, names])
xnames()
ynames()

4.1.4.2.3.2. Attributes

param_names