R/mdetection_upset.R

Defines functions mdetection_upset

#' Internal comparison function for aggregation over configurations.
#'
#' @importFrom  stringi stri_detect_fixed
#'
#' @param ls List of QCA models 
#' @noRd
#'
#' @return A list counting the individual models or configurations.
mdetection_upset <- function(list, strng){
  result <- strng %in% list
  return(result)
}

Try the QCAcluster package in your browser

Any scripts or data that you put into this service are public.

QCAcluster documentation built on Oct. 26, 2021, 5:06 p.m.