Skip to contents

Methods for omnibus fits

Usage

# S3 method for class 'predmicror_omnibus_fit'
print(x, ...)

# S3 method for class 'predmicror_omnibus_fit'
summary(object, ...)

# S3 method for class 'predmicror_omnibus_fit'
coef(object, ...)

# S3 method for class 'predmicror_omnibus_fit'
fitted(object, ...)

# S3 method for class 'predmicror_omnibus_fit'
residuals(object, ...)

# S3 method for class 'predmicror_omnibus_fit'
predict(object, newdata = NULL, level = 0, ...)

# S3 method for class 'predmicror_omnibus_fit'
logLik(object, ...)

# S3 method for class 'predmicror_omnibus_fit'
AIC(object, ..., k = 2)

# S3 method for class 'predmicror_omnibus_fit'
BIC(object, ...)

Arguments

x, object

A predmicror_omnibus_fit object.

...

Additional arguments passed to the underlying nlme method.

newdata

Optional data frame for prediction.

level

Prediction level passed to stats::predict().

k

Penalty used by AIC().

Value

The value returned by the corresponding method.