Class to contain results from likelihood models
Methods
| conf_int([alpha, cols]) | Returns the confidence interval of the fitted parameters. |
| cov_params([r_matrix, column, scale, other]) | Returns the variance/covariance matrix. |
| f_test(r_matrix[, scale, invcov]) | Compute an Fcontrast/F-test for a contrast matrix. |
| initialize(model, params, **kwd) | |
| normalized_cov_params() | |
| t([column]) | Return the t-statistic for a given parameter estimate. |
| t_test(r_matrix[, scale]) | Compute a tcontrast/t-test for a row vector array. |