Skip to content

get/find_transformation with linear transformations #584

@mattansb

Description

@mattansb
  1. get/find_transformation should not return identity if an unsupported transformation is present.
  2. 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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Enhancement 💥Implemented features can be improved or revised

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions