linear.create: Linear create function

View source: R/linear.R

linear.createR Documentation

Linear create function

Description

Linear-object creator from the 4 biological meaning parameters.

Usage

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

Arguments

N0

initial radius.

Nmax

final/maximum radius.

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 Linear-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.