Good Morning, I got a lot of data and i have to calculate with it. There are 25 columns (variables) and each column contains thousands of values. But also missing values. I calculated the mean with
colMeans(df, na.rm = TRUE)
How can i calculate the sd of each column and ignore the NA-values?