powered by
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.
data(lrData)
A list of two elements:
: numeric, linear samples
: matrix, the "locations" of the linear samples