Description Usage Arguments Value
Computes all the models defined by a list of groups of predictors Returns the best model according to AIC and id of the corresponding predictors in the list The different models are computed in parallel
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
adj |
adjacency matrix |
w.list |
nrmPredictor object. Nested list of predictors to be selected. |
xi |
Xi matrix (optional). defaults to scm Xi matrix. |
directed |
logical. Is the network directed? |
selfloops |
logical. Does the network contain selfloops? |
pval |
numeric. the significance at which computing confidence intervals. defaults to 0.05 |
init |
initial values for the MLE numerical maximisation. (See
|
ncores |
Number of cores for parallelisation of selection process. (optional) Defaults to number of available cores - 1. |
list containing the best model according to AIC and id of the corresponding predictors in the list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.