fits2backFits {backfitRichards} | R Documentation |
Compute backfitted values from the data and the fits of Richards curves.
fits2backFits(list, fits, ...)
list |
list of datasets. |
fits |
list of fits. |
... |
additional arguments. |
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.
List of matrices with relevant values.
Jens Henrik Badsberg