model.average: Compute model averaged estimates

View source: R/model.average.R

model.averageR Documentation

Compute model averaged estimates

Description

A generic function to compute model averaged estimates and their standard errors or variance-covariance matrix.

Usage

model.average(x, ...)

Arguments

x

is either a list with a prescribed structure as defined in model.average.list or a marklist as described in model.average.marklist

...

additional arguments passed to specific functions

Value

The structure of the returned value depends on which function is called.

Author(s)

Jeff Laake

See Also

model.average.marklist,model.average.list


RMark documentation built on Aug. 14, 2022, 1:05 a.m.

Related to model.average in RMark...