fits2backFits {backfitRichards}R Documentation

Backfitted values from fits of Richards curves

Description

Compute backfitted values from the data and the fits of Richards curves.

Usage

fits2backFits(list, fits, ...)

Arguments

list list of datasets.
fits list of fits.
... additional arguments.

Details

Compute backfitted values from the data and the fits of Richards curves, see backFit. The function backFits does not have the argument fit, and has to fit the models. This function fits2backFits takes the fits as argument. The backfitted values are the found by applying backFit to the i-te element of list and the i-te element of fit. Thus the two list has to match.

Value

List of matrices with relevant values.

Author(s)

Jens Henrik Badsberg


[Package backfitRichards version 0.5.0 Index]