nlstimedist (version 2.0.0)

tdRSS: Calculate the corrected residual sum of squares

Description

Calculate the corrected residual sum of squares for a timedist model.

Usage

tdRSS(model)

Arguments

model

An object of class timedist.

Value

numeric(1).

Examples

Run this code
# NOT RUN {
tdTilia <- tdData(tilia, x = "Day", y = "Trees")
model <- timedist(data = tdTilia, x = "Day", y = "propMax", r = 0.1, c = 0.5, t = 120)
model
tdRSS(model)

# }

Run the code above in your browser using DataLab