Posts by eloarl • 11 points
2 posts
-
1
votes2
answers120
viewsQ: How to apply a mathematical expression to all columns of a table in SAS?
The expression will be applied to each of the 747 columns of a table/dataset. It follows the expression: (variable - variable average) / (maximum variable value - minimum variable value). Will be…
-
0
votes1
answer73
viewsQ: code in R language
Can anyone explain to me what the code below performs? cluster <- ml_kmeans(variaveis_clusters_tratado, CODCLI ~ ., k = 5) clusters <- ml_predict(cluster, variaveis_clusters_tratado)…