plot.mlVAR0 | R Documentation |
The function plot.mlVAR0
plots estimated model coefficients as a network using qgraph
.
FUNCTION IS DEPRECATED AND WILL BE REMOVED SOON.
## S3 method for class 'mlVAR0'
plot(x, type = c("fixed", "SD", "subject"), lag = 1,
subject, order, onlySig = FALSE, alpha, ...)
x |
A |
type |
Indicates whether to plot a network of fixed effects coefficients ("fixed"), the standard deviations of the random effect terms ("SD") or an individual subject's random effects network ("subject"). |
lag |
Vector indicating the lags to include |
subject |
If type="subject", vector indicating the ID subject number |
order |
Order of nodes |
onlySig |
Logical. Set to |
alpha |
Significance level to test edges at if |
... |
Arguments sent to |
Sacha Epskamp (mail@sachaepskamp.com), Marie K. Deserno (m.k.deserno@uva.nl) and Laura F. Bringmann (laura.bringmann@ppw.kuleuven.be)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.