Learn R Programming

OptimClassifier (version 0.1.5)

Microsoft: Daily Information Data of Microsoft

Description

Daily Information Data of Microsoft, 2007/01/03~2018-03-13

Usage

data("Microsoft")

Arguments

Format

A data frame with 2817 observations on the following 6 variables.

Date

a Date

Y

a factor with levels 0 and 1

DayWeek

a factor, represent the day of the week

Month

a factor, month

LastDay

a numeric vector, difference of open price and close price

PayDiv

a logical vector, represent when Microsoft was payed dividends

Examples

Run this code
# NOT RUN {
data(Microsoft)

## See a general view of a dataset
summary(Microsoft)

## Plot a response variable
plot(Microsoft$Y)
# }

Run the code above in your browser using DataLab