update.param: Update Parametric Model

Description Usage Arguments Details Value See Also Examples

Description

update.param evaluates the Fisher information at uncharted points and returns an updated model object.

Usage

1
2
## S3 method for class '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.

Details

When the user interrupts execution, the function returns a partially updated model object.

Value

update.param returns an object of class "param". See param for its structural definition.

See Also

param, grow.grid, design

Examples

1
## see examples for param

arappold/docopulae documentation built on May 10, 2019, 12:47 p.m.