DI_methods {DImodels}R Documentation

Methods for DI Objects

Description

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

Usage

## S3 method for class 'DI'
anova(object, ...)
## S3 method for class 'DI'
AIC(object, ...)
## S3 method for class 'DI'
BIC(object, ...)
## S3 method for class 'DI'
AICc(obj)
## S3 method for class 'DI'
BICc(obj)
## S3 method for class 'DI'
logLik(object, ...)
## S3 method for class 'DI'
fortify(model, data, ...)

Arguments

object

a DI model object

obj

a DI model object

model

a DI model object

data

data to which to add model fit statistics. Defaults to the model frame.

...

further arguments passed to anova, AIC, BIC, loglik, or fortify

Author(s)

Rafael A. Moral, John Connolly, Rishabh Vishwakarma and Caroline Brophy

See Also

autoDI


[Package DImodels version 1.3.2 Index]