data: data

dataR 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)

featurefinder documentation built on April 4, 2025, 12:30 a.m.