Microsoft: Daily Information Data of Microsoft

Description Usage Format Source Examples

Description

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

Usage

1
data("Microsoft")

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

Source

Yahoo Finance.

Examples

1
2
3
4
5
6
7
data(Microsoft)

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

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

economistgame/OptimClassifier documentation built on Jan. 25, 2022, 12:22 p.m.