SSgompertz2: Self-starting Model Functions

Description Usage Arguments Details Value Examples

Description

Self-starting model fitting functions for non-linear Gompertz Growth Curve models. The non-linear model is of the form ~ exp(b0 - b1*rho^x)

Usage

1
2
3
SSgompertz2(x, b0, b1, rho)

SSgompertz3(x, b0, b1, rho)

Arguments

x

numeric vector, time variable or analogue

b0, b1.rho

place-holders for the parameter estimates.

Details

The functions are not used directly, but in non-linear model formulae

Value

An evaluated model function, with a derivative matrix attribute

Examples

1
2
fm <- nls(Length ~ SSgompertz2(Conc, b0, b1, rho), data = muscle)
coef(fm)

BillVenables/WWRCourse documentation built on Jan. 31, 2021, 4:22 p.m.