get/find_transformation should not return identity if an unsupported transformation is present.
- Should support linear transformations?
m <- lm(I(2 * mpg + 3) ~ hp, mtcars)
insight::find_transformation(m)
#> [1] "identity"
Created on 2022-06-27 by the reprex package (v2.0.1)
get/find_transformationshould not return identity if an unsupported transformation is present.Created on 2022-06-27 by the reprex package (v2.0.1)