powered by
ggmncv
Regression Coefficients from ggmncv Objects
# S3 method for ggmncv coef(object, ...)
An Object of classs ggmncv
Currently ignored
A matrix of regression coefficients
# NOT RUN { # } # NOT RUN { # data Y <- GGMncv::ptsd # correlations S <- cor(Y) # fit model fit <- GGMncv(S, n = nrow(Y)) coefs <- coef(fit) # }
Run the code above in your browser using DataLab