lm2fit {BiDimRegression} | R Documentation |
Calls a specific transformation model function and then computes statistics
that is common across all transformations.
This function should not be called directly, please use lm2
.
lm2fit(data, transformation)
data |
the preprocessed data frame from |
transformation |
the transformation to be used, either |
returns an object of class "lm2", see lm2
for the description.