R/X_function.R

#' Return table comparing SAS GLIMMIX random effects models.
#' 
#' @param modelresults
#' @export

X_function <- function(x) {
	ifelse(length(x)>0, "X", "")
}
ksauby/modresproc documentation built on May 20, 2019, 7:02 p.m.