summary.oglmx {oglmx} | R Documentation |
Summarizing Ordered Discrete Outcome Model Fits
Description
summary
method for class "oglmx
"
Usage
## S3 method for class 'oglmx'
summary(object, tol = 1e-20, ... )
## S3 method for class 'summary.oglmx'
print(x, ... )
Arguments
object |
an object of class "oglmx" |
tol |
argument passed to qr.solve, defines the tolerance for detecting linear dependencies in the hessian matrix to be inverted. |
... |
additional arguments, currently ignored. |
x |
object of class |
Value
regtype |
character string describing the type of model estimated. |
loglikelihood |
log-likelihood for the estimated model. |
estimate |
matrix with four columns and number of rows equal to the number of estimated parameters. Columns of the matrix correspond to estimated coefficients, standard errors, t-statistics and (two-sided) p-values. |
estimateDisplay |
the same data as in |
no.iterations |
number of iterations used in function that maximises the log-likelihood. |
McFaddensR2 |
McFadden's
where |
AIC |
Akaike Information Criterion, calculated as:
where |
coefficients |
named vector of estimated parameters. |
Author(s)
Carroll, Nathan nathan.carroll@ur.de
References
McFadden, D. (1973) Conditional Logit Analysis of Qualitative Choice Behavior in Frontiers in Econometrics. P.Zarembka (Ed.), New York, Academic Press.