nlstimedist (version 1.1.4)

tdRSS: Calculate the corrected residual sum of squares

Description

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

Usage

tdRSS(model)

Arguments

model

An object of class timedist.

Value

A single value.

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 DataCamp Workspace