update.param {docopulae}R Documentation

Update Parametric Model

Description

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

Usage

## 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

## see examples for param


[Package docopulae version 0.4.0 Index]