View source: R/plotLSandHuberRobustSFM.R
| plotLSandHuberRobustSFM | R Documentation |
Computes LS and Huber robust single factor model fits with standard errors and plots the results
plotLSandHuberRobustSFM(
x,
mainText = NULL,
ylimits = NULL,
legendPos = "topleft",
goodOutlier = FALSE,
makePct = FALSE
)
x |
xts time series vector |
mainText |
Character variable with NULL default |
ylimits |
Numeric vector of vertical axis limits with NULL default |
legendPos |
Character variable with default "topleft" |
goodOutlier |
Logical variable with default FALSE |
makePct |
Logical variable with default FALSE |
A plot of the LS and robust Huber SFM fits
args(plotLSandHuberRobustSFM)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.