Learn R Programming

RSADBE (version 1.0)

OF: Understanding the Overfitting Problem

Description

This is a data set cooked up by the author to highlight the problem of overfitting. The variables have no physical meaning.

Usage

data(OF)

Arguments

Format

A data frame with 10 observations on the following 2 variables.
X
Just another covariate
Y
Just another output

Examples

Run this code
data(OF)
plot(OF)

Run the code above in your browser using DataLab