R Under development (unstable) (2025-06-25 r88360 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > require(symbolicDA) Loading required package: symbolicDA Loading required package: clusterSim Loading required package: cluster Loading required package: MASS Loading required package: XML > data("cars",package="symbolicDA") > sdt<-cars > r<- HINoV.SDA(sdt, u=5, distance="U_3") > print(r$stopri) [,1] [,2] [1,] 9 2.4443998 [2,] 3 2.3610548 [3,] 8 2.3565958 [4,] 1 2.1142407 [5,] 7 2.0967534 [6,] 4 2.0577333 [7,] 5 1.9950517 [8,] 12 1.6435545 [9,] 11 1.3697911 [10,] 10 1.3593540 [11,] 2 0.9824519 [12,] 6 0.4773809 > plot(r$stopri[,2], xlab="Variable number", ylab="topri", + xaxt="n", type="b") > axis(1,at=c(1:max(r$stopri[,1])),labels=r$stopri[,1]) > > proc.time() user system elapsed 14.56 1.07 15.62