powered by
Half-Vectorize
vech(x, ...)# S3 method for default vech(x, ...)
# S3 method for default vech(x, ...)
If yac_symbol treat as such, else call vech.default().
yac_symbol
vech.default()
further arguments passed to vech.default()
A <- mtcars[, c(1, 3, 4, 5, 6, 7)] x <- cov(A) vech(x) vech(ysym(x))
Run the code above in your browser using DataLab