Learn R Programming

simecol (version 0.8-14)

modelFit-method: Show Results of Model Fits

Description

Functions to access the results of parameter fits.

Usage

# 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, ...)

Arguments

object, x

'modelFit' object from which to extract element(s).

i, j

indices specifying elements to extract. Indices are numeric or character vectors or empty (missing) or NULL.

name

a literal character string or a name (possibly backtick quoted). For extraction, this is normally partially matched to the names of the object.

drop

For matrices and arrays. If TRUE the result is coerced to the lowest possible dimension.

other arguments pased to the methods

See Also

fitOdeModel, Extract