View source: R/finding_peaks.R
transform_residuals | R Documentation |
given a set of original and fitted values and a transform, return a set of transformed residuals.
transform_residuals(original, fitted, transform = exp)
original |
the original points |
fitted |
the fitted points |
transform |
the function that should be used to transform the values |
numeric
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.