View source: R/ict.hausman.test.R
ict.hausman.test | R Documentation |
Hausman Specification Test for Two List Experiment Regression Fit Objects
ict.hausman.test(ml, nls, abs = FALSE, psd = FALSE)
ml |
Maximum likelihood model fit, for example from ictreg(method = "ml") |
nls |
NLS model fit, for example from ictreg(method = "nls") |
abs |
Flag to override error when Hausman statistic is negative, which may indicate misspecification. Set to |
psd |
Flag to override error when variance-covariance difference is non-positive semidefinite, suggesting misspecification. Set to |
List containing Hausman statistic, p-value, and the degrees of freedom of the test.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.