powered by
Compute mean value while ignoring NA's
mean_naomit(x)
the mean value
A numeric vector that may contain NA's
data(lakegeneva) #example dataset with 50 rows mean_naomit(lakegeneva$biovol_um3_ml)
Run the code above in your browser using DataLab