Skip to contents

Classification strength indices.

Usage

csi(m)

Arguments

m

an object of class "clubprofit" produced by club()

Value

a numeric vector.

Details

Returns a vector containing the classification strength index for each observation.

Examples

mod <- club(rate ~ dose, data = caffeine)
csi(mod)
#>  [1] 1.0000000 0.6367145 0.8728716 0.6741999 0.9128709 0.6741999 1.0000000
#>  [8] 0.8728716 0.7319251 1.0000000 0.6741999 0.7319251 0.6367145 0.9128709
#> [15] 0.6741999 0.9258201 0.9128709 0.7319251 1.0000000 0.8728716 0.7319251
#> [22] 0.6741999 0.9258201 1.0000000 0.6741999 0.9258201 0.7319251 0.6741999
#> [29] 0.6367145 0.9258201
#> attr(,"class")
#> [1] "clubprocsi"