makeWeightsAIC {binequality}R Documentation

A function to calculate AIC weights

Description

This function calculates AIC weights for use in model selection and model averaging.

Usage

makeWeightsAIC(aics)

Arguments

aics

a (non-empty) numeric vector of AIC values.

Details

FIXME - citation

Value

Returns a vector of AIC weights.

References

FIXME - refs

Examples

#not run, internal function

[Package binequality version 1.0.4 Index]