update.param evaluates the Fisher information at uncharted points and returns an updated model object.
Usage
# S3 method for param
update(object, x, ...)
Arguments
object
a model.
x
either a row matrix of points or a design, or a list structure of matrices or designs.
The number of columns/the dimensionality of the design space shall be equal to ncol(object$x).
...
ignored.
Value
update.param returns an object of class"param".
See param for its structural definition.
Details
When the user interrupts execution, the function returns a partially updated model object.