A results class for the discrete dependent variable models.
Parameters : | model : A DiscreteModel instance params : array-like
hessian : array-like
scale : float
|
---|---|
Returns : | *Attributes* : aic : float
bic : float
bse : array
df_resid : float
df_model : float
fitted_values : array
llf : float
llnull : float
llr : float
llr_pvalue : float
prsquared : float
|
Methods
aic() | |
bic() | |
bse() | |
conf_int([alpha, cols, method]) | Returns the confidence interval of the fitted parameters. |
cov_params([r_matrix, column, scale, cov_p, ...]) | Returns the variance/covariance matrix. |
f_test(r_matrix[, q_matrix, cov_p, scale, ...]) | Compute an Fcontrast/F-test for a contrast matrix. |
fittedvalues() | |
initialize(model, params, **kwd) | |
llf() | |
llnull() | |
llr() | |
llr_pvalue() | |
load(fname) | load a pickle, (class method) |
margeff([at, method, atexog, dummy, count]) | Get marginal effects of the fitted model. |
normalized_cov_params() | |
predict([exog]) | |
prsquared() | |
pvalues() | |
remove_data() | remove data arrays, all nobs arrays from result and model |
resid() | |
save(fname[, remove_data]) | save a pickle of this instance |
summary([yname, xname, title, alpha, yname_list]) | Summarize the Regression Results |
t([column]) | deprecated: Return the t-statistic for a given parameter estimate. |
t_test(r_matrix[, q_matrix, cov_p, scale]) | Compute a tcontrast/t-test for a row vector array of the form Rb = q |
tvalues() | Return the t-statistic for a given parameter estimate. |