lm2fit {BiDimRegression} | R Documentation |
Fits the specified model and computes stats
Description
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
.
Usage
lm2fit(data, transformation)
Arguments
data |
the preprocessed data frame from |
transformation |
the transformation to be used, either |
Value
returns an object of class "lm2", see lm2
for the description.
[Package BiDimRegression version 2.0.1 Index]