6.6.2.2.3. statsmodels.sandbox.panel.mixed.OneWayMixedResults

class statsmodels.sandbox.panel.mixed.OneWayMixedResults(model)[source]

Results class for OneWayMixed models

__init__(model)[source]

6.6.2.2.3.1. Methods

__init__(model)
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.
cov_random()
f_test(r_matrix[, cov_p, scale, invcov]) Compute the F-test for a joint linear hypothesis.
initialize(model, params, **kwd)
llf()
load(fname) load a pickle, (class method)
mean_random([idx])
normalized_cov_params()
plot_random_univariate([bins, use_loc]) create plot of marginal distribution of random effects
plot_scatter_all_pairs([title])
plot_scatter_pairs(idx1, idx2[, title, ax]) create scatter plot of two random effects
predict([exog, transform]) Call self.model.predict with self.params as the first argument.
pvalues()
remove_data() remove data arrays, all nobs arrays from result and model
save(fname[, remove_data]) save a pickle of this instance
std_random()
t_test(r_matrix[, cov_p, scale, use_t]) Compute a t-test for a each linear hypothesis of the form Rb = q
tvalues() Return the t-statistic for a given parameter estimate.
wald_test(r_matrix[, cov_p, scale, invcov, ...]) Compute a Wald-test for a joint linear hypothesis.

6.6.2.2.3.2. Attributes

params_random_units
use_t