gomp: Fit Gompertz model

View source: R/gomp.R

gompR Documentation

Fit Gompertz model

Description

Fit Gompertz model

Usage

gomp(y, time)

Arguments

y

Proportion of the disease. Must be a value between 0 and 1.

time

Measurement time

Value

r Growth rate

y0 Initial inoculum

time Measurement time

pred Predicted data

r2 Determination coefficient between the observed and predicted data

Examples

dap <- seq(1, 70, 10)
inc <- c(0.01, 0.14, 0.40, 0.65, 0.88, 0.96, 0.98)
gomp(y = inc, time = dap)

joaobtj/phytopathologyr documentation built on Sept. 4, 2022, 3:59 p.m.