View source: R/firm-clustering.R
internal function that runs Kmean with multiple starting values
1 2 3 4 5 6 7 8 | kmeansW.repeat(
x,
centers,
weight = rep(1, nrow(x)),
iter.max = 100,
nstart = 1,
step = 20
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.