getFitCIs {modnets}R Documentation

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.

Details

The select column in the output indicates whether the variable would be selected given the supplied alpha level.

Value

List of tables containing model coefficients along with confidence intervals

See Also

fitNetwork, plotCoefs

Examples

x <- fitNetwork(ggmDat)
getFitCIs(x)

[Package modnets version 0.9.0 Index]