Description Usage Arguments Details Value Author(s) See Also Examples
This function provides rho-squared and rho-squared adjusted by the number of estimated coefficients.
1 2 3 4 |
output |
An object containing the output from the function |
x |
An object of class "gofm." |
digits |
A number of significant digits. |
... |
Arguments passed to the function |
This function provides rho-squared (also called McFadden's R-squared or pseudo R-squared), rho-squared adjusted by the number of estimated coefficients, the number of estimated coefficients, and log likelihood values at the start and at convergence (see, e.g., Ben-Akiva and Lerman 1985; Cameron and Trivedi 2005).
In version 0.3-0 and later versions, this function is also available for calculating goodness-of-fit measures for binary choice models estimated by using the function glm
in the package stats.
This function returns an object of S3 class "gofm" that is a list with the following components.
RHO2 |
The rho-squared value. Defined as |
AdjRHO2 |
The rho-squared value adjusted by the number of estimated coefficients. Defined as |
AIC |
The Akaike Information Criterion (AIC). |
BIC |
The Bayesian Information Criterion. |
K |
The number of estimated coefficients. |
LL0 |
The log likelihood value at the start. |
LLb |
The log likelihood value at convergence. |
Hideo Aizaki
1 | # See "Examples" for the function make.dataset.
|
Loading required package: DoE.base
Loading required package: grid
Loading required package: conf.design
Attaching package: 'DoE.base'
The following objects are masked from 'package:stats':
aov, lm
The following object is masked from 'package:graphics':
plot.design
The following object is masked from 'package:base':
lengths
Loading required package: MASS
Loading required package: simex
Loading required package: RCurl
Loading required package: bitops
Loading required package: XML
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.