VARglm | R Documentation |
This function computes a VAR model using glm.
VARglm(x, family, vars, adjacency, icfun = BIC, ...)
x |
A data frame |
family |
The family to be used. Defaults to |
vars |
Vector of variables to predict. If missing all variables are predicted. |
adjacency |
Adjacency matrix. If missing full network is estimated |
icfun |
Information criterium function to be included in the output |
... |
Arguments used in the |
A list containing:
graph |
The estimated graph |
IC |
The information criterium |
Sacha Epskamp <mail@sachaepskamp.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.