Learn R Programming

docopulae (version 0.2.1)

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
a row matrix of points. The number of columns shall be equal to object$dDim.
...
ignored.

Value

  • update.param returns an object of class "param".

See Also

param, update.desigh, update_reference, getM

Examples

Run this code
## see examples for param

Run the code above in your browser using DataLab