abr_methods.Rd
Functions to access data and results of fitted antibioticR objects:
summary
, obs
coeff
, ...
obs(object, ...) # S4 method for abr_baseclass obs(object, ...) # S4 method for abr_baseclass coef(object, ...) # S4 method for abr_baseclass fit(object, ...) # S4 method for abr_baseclass deviance(object, ...) # S4 method for abr_baseclass residuals(object, ...) # S4 method for abr_baseclass df.residual(object, ...) # S4 method for abr_ecoffinder startpar(object, ...) # S4 method for abr_ecoffinder models(object, ...) # S4 method for abr_ecoffinder ecoff(object, ...) # S4 method for abr_ecoffinder rsquared(object, ...)
object | name of a 'antibioticR' object. parameters is returned and printed. |
---|---|
... | other arguments passed to the methods. |