getFitCIs: Provides model coefficients with confidence intervals
Description
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.
Usage
getFitCIs(fit, allNames = NULL, alpha = 0.05)
Arguments
fit
Output from fitNetwork, or either the
fixedNets or betweenNet element of the output from
mlGVAR
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.
Value
List of tables containing model coefficients along with confidence
intervals
Details
The select column in the output indicates whether the variable would
be selected given the supplied alpha level.