Functions to access the results of parameter fits.
# S4 method for modelFit
coef(object, ...)# S4 method for modelFit
deviance(object, ...)
# S4 method for modelFit
summary(object, ...)
# S4 method for modelFit
$(x, name)
# S4 method for modelFit
[(x, i, j, ..., drop=TRUE)
# S4 method for modelFit
[[(x, i, j, ...)
'modelFit' object from which to extract element(s).
indices specifying elements to extract. Indices are numeric or character vectors or empty (missing) or NULL.
a literal character string or a name (possibly backtick quoted). For extraction, this is normally partially matched to the names of the object.
For matrices and arrays. If TRUE the result is coerced to the lowest possible dimension.
other arguments pased to the methods