variableSupport: Get the support for each variable from an oadaAICtable or...

Description Usage Arguments Details Value See Also

View source: R/oadaAICtable.R

Description

Calculates the support for each variable fitted in a set of models fitted using oadaAICtable or codetadaAICtable.

Usage

1
2
variableSupport(nbdaAICtable, typeFilter = NULL, baselineFilter = NULL,
  includeAsocial = TRUE)

Arguments

nbdaAICtable

an object of class oadaAICtable or tadaAICtable.

typeFilter

an optional string allowing the user to get the support for variables within a specified type of models. e.g. typeFilter="additive" gets the variable support in the subset of additive models. See typeSupport for an explanation of the different model types.

baselineFilter

an optional string allowing the user to get the support for variables within the subset of models with a specific baseline function, e.g. typeFilter="gamma" gets the variable support in the subset of models with a gamma baseline rate function. e.g. typeFilter="additive" gets the variable support in the subset of additive models.

includeAsocial

logical indicating whether asocial models should be included.

Details

The support for each variable is the total Akaike weight for the models in which that variable is present, i.e. not constrained to =0.

Value

matrix giving the support (total Akaike Weight) for each variable.

See Also

oadaAICtable, tadaAICtable, typeSupport, typeByNetworksSupport, networksSupport, modelAverageEstimates, unconditionalStdErr.


whoppitt/NBDA documentation built on April 25, 2021, 7:55 a.m.