R/count.n.R

#' counting the non-missing value
#' @description Given a vector with missing value, return the number of non-missing
#' @param x: a vector

count.n<-function(x){sum(!is.na(x))}
mssm-msf-2019/BiostatsALL documentation built on May 22, 2019, 12:16 p.m.