Skip to content
Prev 138753 / 398503 Next

mean and sd with number of values?

Martin -

Does the following help?

sapply(fl, function(x) sum(!is.na(x)))


See ?sapply

Best,
Erik Iverson
Martin Kaffanke wrote: