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