The function plot.mlVAR0
plots estimated model coefficients as a network using qgraph
.
FUNCTION IS DEPRECATED AND WILL BE REMOVED SOON.
# S3 method for mlVAR0
plot(x, type = c("fixed", "SD", "subject"), lag = 1,
subject, order, onlySig = FALSE, alpha, ...)
A mlVAR0
object obtained through the mlVAR0
-function
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").
Vector indicating the lags to include
If type="subject", vector indicating the ID subject number
Order of nodes
Logical. Set to TRUE
to only plot significant fixed effects.
Significance level to test edges at if onlySig == TRUE
. Defaults to Bonferonni corrected alpha level of 0.05 divided by the number of fixed effects.
Arguments sent to qgraph
Sacha Epskamp (mail@sachaepskamp.com), Marie K. Deserno (m.k.deserno@uva.nl) and Laura F. Bringmann (laura.bringmann@ppw.kuleuven.be)