Skip to contents

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