#' An internal function to detect the random effects component from an object of class formula
#'
#' @keywords random effects models
#' @param term formula to be processed
#' @examples
#' #Internal function only
#' #no examples
#' #
#' #
anyBars <- function(term) {
any(c('|','||') %in% all.names(term))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.