The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

GCEstim provides tools for estimating linear regression models using Generalized Cross Entropy (GCE) and related information-theoretic estimators. The package is particularly useful in situations involving multicollinearity, small sample sizes, ill-conditioned design matrices, or when prior information is available.
The package includes estimation, model selection, support-space construction, cross-validation, bootstrap inference, and diagnostic tools.
res.lmgce.v01 <-
lmgce(
formula = y ~ X001 + X002 + X003 + X004,
data = dataThesis,
boot.B = 100,
boot.method = "residuals")
summary(res.lmgce.v01)
plot(res.lmgce.v01)devtools::install_github("jorgevazcabral/GCEstim",
build_vignettes = TRUE,
build_manual = TRUE,
dependencies=TRUE)
install.packages("GCEstim")
GCEstim is under active development. Bug reports, feature requests, and pull requests are welcome through GitHub Issues.
Golan, Judge and Miller (1996). Maximum Entropy Econometrics.
Golan (2018). Foundations of Info-Metrics.
Cabral et al. (2025). GCEstim: Regression Coefficients Estimation Using the Generalized Cross Entropy.
In case you want / have to cite this package, please use
citation('GCEstim') for citation information.
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.