Description Usage Arguments Details Value
View source: R/QuantAnalysis.R
Multi-variate regression
1 | mv_reg(y, x, freq)
|
y |
data.frame time-series of one or more dependent variables |
x |
data.frame time-series one or more indepedent variables |
freq |
character to represent frequency, both time-series will be converted to the specified frequency |
y
variables are split and combined with x
variables to
apply a lm model on each dataset.
list of fits from lm function
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.