Skip to content
Prev 360106 / 398503 Next

Unequal column lengths

Most of the summary statistic functions have an na.rm options that you should set to TRUE.
Looks like you have an R dataframe already, so I would try(

colMeans(data, na.rm=TRUE)
And do learn to configure your email client to post to r-help in plain text.
David Winsemius
Alameda, CA, USA