Learn R Programming

nlsrk (version 1.1)

nlsrk-package: Runge-Kutta package for nls

Description

Performs univariate or multivariate computation of a single ODE or of a set of ODE (ordinary differential equations)

Arguments

Univariate functions (single ODE)

dfdt                    Right Side of a first order ODE
frunge                  Numeric solution of an ODE (univariate)

Multivariate functions (ODEs system)

multirunge              Runge-Kutta numerical solver (single point, multivariate)
evrunge                 Numerical Runge-Kutta Solver (multi point, multivariate)
prepare                 Prepares a multivariate data set for use in nls / evrunge
sys                     Right side of a first order differential equation system (multivariate)

Utility

nlscontour		Draws a contourplot of the sum of squares function around a couple of parameters
summary.nlsgrid         Details on an nlsgrid

data

logis                   Logistic growth of bacteria
syslin                  Pharmacokinetics : intramuscular injection
syslin.don              Intra muscular injection (columns)

Details

Package: nlsrk
Version: 1.0
Date: 2006-09-07
Depends: R (>= 1.8.0)
Suggests:
License: GPL version 2 or newer
URL: none
Built: R 2.2.1; ; 2006-02-22 19:52:45; windows

References

Numerical Recipes http://www.nr.com

See Also

nls