Description Usage Arguments Value References See Also Examples
View source: R/summary.elliptical.R
This function produce summary for the result of the fitted elliptical regression model.
1 2 |
object |
an object with the result of the fitted elliptical regression model. |
correlation |
a logical value to return the correlation for the estimated parameters. If |
... |
arguments to be used to form the default control argument if it is not supplied directly. |
returns an object of class “summary.elliptical”, a list with follow components:
coefficients |
the matrix of coefficients, standard errors and significance values for parameters hypothesis test. |
dispersion |
either the supplied argument or the estimated dispersion with standard error. |
residuals |
the residuals from |
cov.unscaled |
the unscaled (dispersion = 1) estimated covariance matrix of the estimated coefficients. |
corrrelation |
the matrix of correlation for the estimated parameters. |
family |
family from |
loglik |
the likelihood logarithm value from |
df |
degrees of freedom from |
terms |
the |
inter |
number of iterations of optimization process. |
nas |
a logical vector indicating if there is |
type |
a character string indicating the type of residuals was obtained from |
call |
the matched call from |
scale |
values of the |
scaledispersion |
values of the |
Cysneiros, F. J. A., Paula, G. A., and Galea, M. (2007). Heteroscedastic symmetrical linear models. Statistics & probability letters, 77(11), 1084-1090. doi: 10.1016/j.spl.2007.01.012
summary
, elliptical
, family.elliptical
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.