Learn R Programming

docopulae (version 0.4.0)

update.param: Update Parametric Model

Description

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.

See Also

param, grow.grid, design

Examples

Run this code
# NOT RUN {
## see examples for param

# }

Run the code above in your browser using DataLab