Hi,
I’m trying to calculate the mean of a certain column after having used group_by to group my table by a certain category however when I use summarise(mean(column name)) some means come out as NA whereas I’m pretty sure there are no missing values in my dataset. (I’m using the built-in nycflights13 dataset).
I was wondering where the NAs where coming from?
Thanks:)