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_fitobject.- ...
Additional arguments passed to the underlying
nlmemethod.- newdata
Optional data frame for prediction.
- level
Prediction level passed to
stats::predict().- k
Penalty used by
AIC().
