powered by
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.
the month the data was collected
a numeric vector
excess returns from the Martin Marietta company
an index for the excess rate returns for the New York stock exchange
# NOT RUN { data(mm, package = "hett") attach(mm) plot(CRSP, m.marietta) lines(CRSP, fitted(lm(m.marietta ~ CRSP)), lty = 2) # }
Run the code above in your browser using DataLab