# NOT RUN {
data(mtcars)
data <- mtcars
k <- 3
numRep <- 2
huge <- 200
lass <- stepArchetypesRawData_norm_frob(data = data, numArch = k,
numRep = numRep, verbose = FALSE)
res <- archetypoids_norm_frob(k, data, huge, ArchObj = lass)
str(res)
res$cases
res$rss
# }
Run the code above in your browser using DataLab