SachaEpskamp / qgraph

Developmental version of qgraph
GNU General Public License v2.0
68 stars 21 forks source link

Where can I set lambda argument in qgraph? #32

Closed jaspershen closed 5 years ago

jaspershen commented 5 years ago

Hi Sacha,

First I appreciate your qgraph very much! I am now using this package for data analysis. I saw your instruction and example in this article, https://eiko-fried.com/wp-content/uploads/Epskamp-Fried-2018-Tutorial-partial-corr.pdf. However, I don't find where I can set the lamda argument. I only find the tunning and gamma argument (they are same if I don't misunderstand), so could you kindly tell me which I can set the lambda argument, or where can I find the code for you deme data in this article, https://eiko-fried.com/wp-content/uploads/Epskamp-Fried-2018-Tutorial-partial-corr.pdf. Thanks very much!

SachaEpskamp commented 5 years ago

Hi!

You can't set it in qgraph, as you can just use the glasso package directly for that. The EBICglasso function is only a simple wrapper around glasso to select the tuning parameter.

Best, Sacha