powered by
Daily Information Data of Microsoft, 2007/01/03~2018-03-13
data("Microsoft")
A data frame with 2817 observations on the following 6 variables.
Date
a Date
Y
a factor with levels 0 and 1
0
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
# 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