rs: Simulated Regression Model

rsR Documentation

Simulated Regression Model

Description

A simulated regression model with one response and one predictor. It is discussed in Exercise 6.5.6 of Kloke and McKean (2014).

Usage

data(rs)

Format

Fifty observations on two variables.

y

simulated response

x

simulated predictor

References

Kloke, J. and McKean, J.W. (2014), Nonparametric statistical methods using R, Boca Raton, FL: Chapman-Hall.

Examples

rfit(y ~ x,data=rs)

npsm documentation built on Nov. 15, 2023, 1:08 a.m.

Related to rs in npsm...