model.interface.averaging-class: (Internal) model.interface class for averaging

model.interface.averaging-classR Documentation

(Internal) model.interface class for averaging

Description

This reference class contains methods for averaging class in MuMIn package. Current support for the averaging is limited and may not work for all supported models by MuMIn package. Also because of it nature, using averaging with model.adapter have several limitations.

Details

get.formula

because nature of averaging object, this class constructs formula from all variable names in sw field of the object.

get.family, get.data

family and data are obtained from the first model of the model.calls or modelList attributes depending on the object.

adjust.offset

not implemented.

Super class

model.adapter::model.interface -> model.interface.averaging

Methods

Public methods

Inherited methods

Method get.formula()

Usage
model.interface.averaging.class$get.formula(x, envir, package = "")

Method get.family()

Usage
model.interface.averaging.class$get.family(
  x,
  type = c("character", "family"),
  envir
)

Method get.data()

Usage
model.interface.averaging.class$get.data(x, envir, package = "", ...)

Method get.offset.names()

Usage
model.interface.averaging.class$get.offset.names(x, envir, package = "")

Method clone()

The objects of this class are cloneable with this method.

Usage
model.interface.averaging.class$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


Marchen/model.adapter documentation built on July 3, 2023, 11:07 a.m.