Learn R Programming

moose (version 0.0.1)

Mean Squared Out-of-Sample Error Projection

Description

Projects mean squared out-of-sample error for a linear regression based upon the methodology developed in Rohlfs (2022) . 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.

Copy Link

Version

Install

install.packages('moose')

Monthly Downloads

158

Version

0.0.1

License

MIT + file LICENSE

Maintainer

Chris Rohlfs

Last Published

September 9th, 2022

Functions in moose (0.0.1)

moose

moose: mean squared out-of-sample error projection