double_gompertz {rTG}R Documentation

double_gompertz

Description

A method to fit the double Gompertz function

Usage

double_gompertz(x, a1, b1, k1, a2, b2, k2)

Arguments

x

independent variable

a1

parameter a1

b1

parameter b1

k1

parameter k1

a2

parameter a2

b2

parameter b2

k2

parameter k2

Value

a nls object with the function fit


[Package rTG version 1.0.4 Index]