data | R Documentation |
Sample data based on dataset EuStockMarkets in the datasets package.
A data frame with 1860 rows and 4 variables
Richard Davis richard.davis@cba.com.au
https://stat.ethz.ch/R-manual/R-devel/library/datasets/html/00Index.html
data(mycsv)
thismodel=lm(formula=DAX ~ .,data=data)
expectedprob=predict(thismodel,data)
actualprob=data$DAX
residual=actualprob-expectedprob
data=cbind(data,expectedprob, actualprob, residual)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.