data {featurefinder} | R Documentation |
data
Description
Sample data based on dataset EuStockMarkets in the datasets package.
Format
A data frame with 1860 rows and 4 variables
Author(s)
Richard Davis richard.davis@cba.com.au
Source
https://stat.ethz.ch/R-manual/R-devel/library/datasets/html/00Index.html
Examples
data(mycsv)
thismodel=lm(formula=DAX ~ .,data=data)
expectedprob=predict(thismodel,data)
actualprob=data$DAX
residual=actualprob-expectedprob
data=cbind(data,expectedprob, actualprob, residual)
[Package featurefinder version 1.2 Index]