Description Usage Arguments Details Value See Also Examples
Requires that either fitobj
or SURfit
is included in the object
from fitNetwork
. Returns a list of nodewise model coefficients,
including confidence intervals computed from the estimated standard errors.
1 |
fit |
Output from |
allNames |
Character vector containing all the predictor names. Do not change, as these are automatically detected. |
alpha |
Type 1 error rate. The complement of the confidence level. |
The select
column in the output indicates whether the variable would
be selected given the supplied alpha level.
List of tables containing model coefficients along with confidence intervals
1 2 | x <- fitNetwork(ggmDat)
getFitCIs(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.