Learn R Programming

docopulae (version 0.3.2)

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 class 'param':
update(object, x, ...)

Arguments

object
some 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.

See Also

param, design

Examples

Run this code
## see examples for param

Run the code above in your browser using DataLab