View source: R/iClick_VisOneReturns.R
| iClick.VisOneReturns | R Documentation |
This GUI conducts plots of daily asset returns, including ACF, PACF, drawdowns, and Talyor effects.
iClick.VisOneReturns(dat)
dat |
Time series object,xts. |
This GUI is designed for financial time series, maily daily stock returns. Other time series data works also, as long as it has a date column.
Output GUI
Ho Tsung-wu <tsungwu@ntnu.edu.tw>, College of Management, National Taiwan Normal University
data("world20")
y=na.omit(diff(log(world20[,1])))
## Simulation data
#dat=rnorm(200,5,1)
#y=ts(dat, start = c(1970, 1), frequency = 12)
iClick.VisOneReturns(y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.