rosso.create: Rosso create function

View source: R/rosso.R

rosso.createR Documentation

Rosso create function

Description

Rosso-object creator from the 4 biological meaning parameters.

Usage

rosso.create(N0, Nmax, mu, lambda, xlim, n = 101)

Arguments

N0

initial population.

Nmax

final/maximum population.

mu

growth rate.

lambda

latency time.

xlim

range of values to simulate x and y (and hence plotting, etc.)

n

number of points to simulate in the interval xlim.

Value

a Rosso-object composed of

call

the matched call with several components.

coefficients

coefficients obtained by regression.

data

data used for regression, once the y values are clipped

f

a list of functions such as formula to retrieve the function of the model with the coefficients obtained by regression, confint to retrieve the confidence intervals, etc.

isValid

a boolean indicating whether the regression was successful or not.

message

always with this method.

reg

always with this method.

See Also

MicrobialGrowth.create


MicrobialGrowth documentation built on April 12, 2025, 1:34 a.m.