tcost.Rd
Multivariate data on milk transportation costs
data(tcost)
The format is: num [1:36, 1:3] 16.44 7.19 9.92 4.24 11.2 ...
- attr(*, "dimnames")=List of 2
..$
:chr [1:36] "1" "2" "3" "4" ...
..$
:chr [1:3] "fuel" "repair" "capital"
Extract from Johnson and Wichern example dataset on milk transportation.
Johnson and Wichern, Applied Multivariate Statistical Analysis, 3rd edition, p263
data(tcost)
mv.calout.detect(tcost)
#> $inds
#> [1] 21 9
#>
#> $vals
#> fuel repair capital
#> 21 26.16 17.44 16.89
#> 9 29.11 15.09 3.28
#>
#> $k
#> [1] 17
#>
#> $alpha
#> [1] 0.05
#>