Friday, February 3, 2023

Ignoring null values in sum

I have a variable of "totalamountraised" that i would like to find the mean for. Some observations have the value 0 so I would like to ignore them in the calculation, but without dropping them from the dataset. How can I do?

No comments:

Post a Comment