Description Usage Arguments See Also Examples
Plot the cross-validation obtained from cv.HCgglasso function
1 2  | 
x | 
 
  | 
log.lambda | 
 If TRUE, use log(lambda) instead of lambda in abscissa  | 
... | 
 Other parameters for plot function  | 
cv.HCgglasso
1 2 3 4 5 6 7  | ## Not run: 
X=simuBlockGaussian(50,12,5,0.7)
y=drop(X[,c(2,7,12)]%*%c(2,2,-2)+rnorm(50,0,0.5))
res=cv.HCgglasso(X,y)
plot(res) 
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.