Learn R Programming

bbricks (version 0.1.4)

lrData: Samples from a simple linear model

Description

A list of two elements, a matrix "X" and a numeric vector "x". They came from a linear model: x = X*0.3 + epsilon, where epsilon is Gaussian distributed with mean 0 and variance 25.

Usage

data(lrData)

Arguments

Format

A list of two elements:

x

: numeric, linear samples

X

: matrix, the "locations" of the linear samples