Learn R Programming

DImodels (version 1.0)

autoDI_methods: Methods for autoDI Objects

Description

Different methods that can be used with objects of class autoDI.

Usage

# S3 method for autoDI
AIC(object, ...)
# S3 method for autoDI
AICc(obj)
# S3 method for autoDI
BIC(object, ...)
# S3 method for autoDI
AICc(obj)
# S3 method for autoDI
anova(object, ...)
# S3 method for autoDI
coef(object, ...)
# S3 method for autoDI
print(x, ...)
# S3 method for autoDI
summary(object, ...)
# S3 method for autoDI
formula(x, ...)
# S3 method for autoDI
hnp(object, ...)
# S3 method for autoDI
logLik(object, ...)
# S3 method for autoDI
model.matrix(object, ...)
# S3 method for autoDI
plot(x, ...)

Arguments

object

an autoDI model object

obj

an autoDI model object

x

an autoDI model object

...

further arguments passed to anova, coef, print, summary, formula, hnp, model.matrix, or plot

See Also

autoDI