Package: moose 0.0.1
moose: Mean Squared Out-of-Sample Error Projection
Projects mean squared out-of-sample error for a linear regression based upon the methodology developed in Rohlfs (2022) <doi:10.48550/arXiv.2209.01493>. It consumes as inputs the lm object from an estimated OLS regression (based on the "training sample") and a data.frame of out-of-sample cases (the "test sample") that have non-missing values for the same predictors. The test sample may or may not include data on the outcome variable; if it does, that variable is not used. The aim of the exercise is to project what what mean squared out-of-sample error can be expected given the predictor values supplied in the test sample. Output consists of a list of three elements: the projected mean squared out-of-sample error, the projected out-of-sample R-squared, and a vector of out-of-sample "hat" or "leverage" values, as defined in the paper.
Authors:
moose_0.0.1.tar.gz
moose_0.0.1.zip(r-4.7)moose_0.0.1.zip(r-4.6)moose_0.0.1.zip(r-4.5)
moose_0.0.1.tgz(r-4.6-any)moose_0.0.1.tgz(r-4.5-any)
moose_0.0.1.tar.gz(r-4.7-any)moose_0.0.1.tar.gz(r-4.6-any)
moose_0.0.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
moose/json (API)
| # Install 'moose' in R: |
| install.packages('moose', repos = c('https://carohlfs.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated from:84e8df2263. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 98 | ||
| source / vignettes | OK | 134 | ||
| linux-release-x86_64 | OK | 82 | ||
| macos-release-arm64 | OK | 154 | ||
| macos-oldrel-arm64 | OK | 153 | ||
| windows-devel | OK | 68 | ||
| windows-release | OK | 68 | ||
| windows-oldrel | OK | 55 | ||
| wasm-release | OK | 81 |
Exports:moose
Dependencies:
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| moose: mean squared out-of-sample error projection | moose |
