plot.mlVAR0 {mlVAR} | R Documentation |
Plot Method for mlVAR0
Description
The function plot.mlVAR0
plots estimated model coefficients as a network using qgraph
.
FUNCTION IS DEPRECATED AND WILL BE REMOVED SOON.
Usage
## S3 method for class 'mlVAR0'
plot(x, type = c("fixed", "SD", "subject"), lag = 1,
subject, order, onlySig = FALSE, alpha, ...)
Arguments
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 |
Author(s)
Sacha Epskamp (mail@sachaepskamp.com), Marie K. Deserno (m.k.deserno@uva.nl) and Laura F. Bringmann (laura.bringmann@ppw.kuleuven.be)