Description Usage Arguments Value Examples
View source: R/return_all_best_networks.R
Return all best networks
1 | return_all_best_networks(input)
|
input |
Result from [caunset] function |
list of best networks
1 2 3 4 5 | set.seed(1234)
mydata <- simdat(n_var = 10)
out <- causnet(data = mydata, max_parents = 3)
return_all_best_networks(out)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.