Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wolski committed Jan 22, 2024
1 parent f07d2ce commit af5de56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/tidyMS_missigness.R
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ missingness_per_condition <- function(x, config, factors = config$table$factor_k
#' config <- istar$config
#' analysis <- istar$data
#'
#' pups <- UpSet_interaction_missing_stats(data, config)
#' pups <- UpSet_interaction_missing_stats(analysis, config)
#' stopifnot(ncol(pups$data) == 5)
#' \dontrun{
#' UpSetR::upset(pups$data, order.by = "freq", nsets = pups$nsets)
Expand Down

0 comments on commit af5de56

Please sign in to comment.