Description Usage Arguments Value Examples
View source: R/return_all_best_networks.R
Return n random best networks
1 | return_random_best_networks(input, n)
|
input |
Result from [caunset] function |
n |
numeric |
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_random_best_networks(out, 1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.