Posts by Diego Wenceslau • 21 points
2 posts
-
1
votes1
answer35
viewsQ: I calculate in R, data value with the mean and standard deviation of the column
What I have to do is simple: take the value of the cell, subtract with the average of the values of the column, after dividing with the standard deviation of the values of the column. Example: Cell…
-
0
votes1
answer33
viewsQ: Function in R is not taking the parameter correctly
I am creating a function, but when calling the function, the parameter is not working when performing FILTER and SUM. To select the column or to perform an n() type count, it works correctly.…