simulation-nls-method: Simulation for nonlinear regression

simulation,nls-methodR Documentation

Simulation for nonlinear regression

Description

simulation method for class IbNls

Usage

## S4 method for signature 'nls'
simulation(object, control = list(...), std = NULL, ...)

Arguments

object

an object of class IbNls

control

a list of parameters for controlling the iterative procedure (see ibControl).

std

NULL by default; standard deviation to pass to simulation.

...

further arguments


ib documentation built on April 5, 2022, 1:13 a.m.

Related to simulation-nls-method in ib...