mm {hett} | R Documentation |
Data from the Martin Marietta company collected overa period of 5 years on a monthly basis
data(mm)
A data frame with 60 observations on the following 4 variables.
Bulter et al (1990). Robust and partly adpative estimation of regression models. Review of Economic Statistics, 72, 321-327.
data(mm, package = "hett") attach(mm) plot(CRSP, m.marietta) lines(CRSP, fitted(lm(m.marietta ~ CRSP)), lty = 2)