Package: gilmour 0.1.1
gilmour: The Interpretation of Adjusted Cp Statistic
Several methods may be found for selecting a subset of regressors from a set of k candidate variables in multiple linear regression. One possibility is to evaluate all possible regression models and comparing them using Mallows's Cp statistic (Cp) according to Gilmour original study. Full model is calculated, all possible combinations of regressors are generated, adjusted Cp for each submodel are computed, and the submodel with the minimum adjusted value Cp (ModelMin) is calculated. To identify the final model, the package applies a sequence of hypothesis tests on submodels nested within ModelMin, following the approach outlined in Gilmour's original paper. For more details see the help of the function final_model() and the original study (1996) <doi:10.2307/2348411>.
Authors:
gilmour_0.1.1.tar.gz
gilmour_0.1.1.zip(r-4.7)gilmour_0.1.1.zip(r-4.6)gilmour_0.1.1.zip(r-4.5)
gilmour_0.1.1.tgz(r-4.6-any)gilmour_0.1.1.tgz(r-4.5-any)
gilmour_0.1.1.tar.gz(r-4.7-any)gilmour_0.1.1.tar.gz(r-4.6-any)
gilmour_0.1.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
DESCRIPTION
card.svg |card.png
gilmour/json (API)
| # Install 'gilmour' in R: |
| install.packages('gilmour', repos = c('https://dolejs1993.r-universe.dev', 'https://cloud.r-project.org')) |
- EU2019 - Illustrative econometric data from Eurostat for 5 variables in 17 countries in 2019 columns: Country, LifExp , HDP, Unempl, Obesity, APassangers remove the first column: rownames(EU2019)= EU2019[,1]; EU2019=EU2019[,-1] data has real meaning
- Gilmour9p - Ilustrative data published in the original article (House prices) Data with the practical meaning Gilmour9p was taken from the original study (see Table1).
- Modified_Gilmour9p - Special illustrative data if more than two tests are done in the loop in the function final_model() original Gilmour table was modified data has no real meaning
- Parks5p - Number of visitors in parks, citation: Stemberk Josef, Josef Dolejs, Petra Maresova, Kamil Kuca. Factors affecting the number of Visitors in National Parks in the Czech Republic, Germany and Austria. International Journal of Geo-Information. ISPRS Int. J. Geo-Inf. 2018, 7(3), 124; doi:10.3390/ijgi7030124 data has real meaning
- Patents5p - Number of patents in universities, citation: Maresova Petra, Soukal Ivan, Stemberkova Ruzena, Selamat Ali Perspective and Suitable Research Area in Public Research-Patent Analysis of the Czech Public Universities Education and Urban Society, 54(7), Maresova Petra, Soukal Ivan, Stemberkova Ruzena, Selamat Ali data has real meaning
- T1 - T1 contains simulated data without real meaning the null hypothesis is not rejected in the first test it illustrates the situation if full model is final model data has no real meaning
- T2 - T2 illustrates the situation if the loop of tests is finished by the Trivial model data has no practical meaning
- Trivial - Trivial illustrates the situation if the Trivial model is model_min without testing process data has no real meaning
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated from:e951ac8c94. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 107 | ||
| source / vignettes | OK | 145 | ||
| linux-release-x86_64 | OK | 134 | ||
| macos-release-arm64 | OK | 164 | ||
| macos-oldrel-arm64 | OK | 178 | ||
| windows-devel | OK | 76 | ||
| windows-release | OK | 69 | ||
| windows-oldrel | OK | 71 | ||
| wasm-release | OK | 88 |
Exports:critfinal_modelsubmodels
Dependencies:
