Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Stock Data - Basics
library(zoo) prices <- c(132.45, 130.85, 130.00, 129.55, 130.85) dates <- as.Date(c("2010-01-04", "2010-01-05", "2010-01-06","2010-01-07","2010-01-08")) ibm.daily <- zoo(prices, dates) print(ibm.daily) plot(ibm.daily) #coredata(ibm.daily) library(quantmod)
run
|
edit
|
history
|
help
0
Random forest example
Julia set
Visualization Test Exercise 6 ggplot
Ch. 4 Boxplot Skewed Left
Read input in R console
Gab1A
Ex-02-02-21
Teste
123
Chi-squared tests of independence [Seat Belt Yes/No] worked