When executing the "K-means clustering" option of "R statistics operation" block an error is raised:
"Error executing R operation.
Error in data.frame(input_data, cluster) : arguments imply differing number of rows: 139, 61 Execution halted"
I had a look at the underlying R code and it looks like the data is first filtered for null values:
"subset<-na.omit(subset)"<br /> But the last operation tries to remerge the original dataset with the clustering results even though some of the original lines where omitted.
Versions - Omniscope: 2.9 build 1593 x64 R version: 3.2.0