transform_residuals: transformed residuals

View source: R/finding_peaks.R

transform_residualsR Documentation

transformed residuals

Description

given a set of original and fitted values and a transform, return a set of transformed residuals.

Usage

transform_residuals(original, fitted, transform = exp)

Arguments

original

the original points

fitted

the fitted points

transform

the function that should be used to transform the values

Value

numeric


MoseleyBioinformaticsLab/FTMS.peakCharacterization documentation built on April 27, 2022, 3:32 a.m.