model.interface.averaging-class | R Documentation |
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.
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.
model.adapter::model.interface
-> model.interface.averaging
model.adapter::model.interface$adjust.offset()
model.adapter::model.interface$expand.formula()
model.adapter::model.interface$get.call()
model.adapter::model.interface$get.link()
model.adapter::model.interface$get.linkinv()
model.adapter::model.interface$get.model.type()
model.adapter::model.interface$initialize()
model.adapter::model.interface$predict()
get.formula()
model.interface.averaging.class$get.formula(x, envir, package = "")
get.family()
model.interface.averaging.class$get.family( x, type = c("character", "family"), envir )
get.data()
model.interface.averaging.class$get.data(x, envir, package = "", ...)
get.offset.names()
model.interface.averaging.class$get.offset.names(x, envir, package = "")
clone()
The objects of this class are cloneable with this method.
model.interface.averaging.class$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.