For "mid" objects, summary()
prints information about the fitted MID model.
Details
The S3 method of summary()
for "mid" objects prints basic information about the MID model including the uninterpreted variation ratio, residuals, encoding schemes, and MID importance.
Examples
data(cars, package = "datasets")
summary(interpret(dist ~ speed, cars))
#> 'model' not passed: response variable in 'data' is used
#>
#> Call:
#> interpret(formula = dist ~ speed, data = cars)
#>
#> Uninterpreted Variation Ratio:
#> [1] 0.22636
#>
#> Residuals:
#> Min 1Q Median 3Q Max
#> -24.50000 -8.06250 -0.33333 8.37500 29.50000
#>
#> Encoding:
#> main.effect
#> speed linear(17)
#>
#> Importance:
#> term importance order
#> 1 speed 18.138 1