mirror of
https://github.com/msberends/AMR.git
synced 2025-07-09 04:02:19 +02:00
thesis advisors
This commit is contained in:
2
R/freq.R
2
R/freq.R
@ -326,7 +326,7 @@ frequency_tbl <- function(x,
|
||||
header <- header %>% paste0(' (unique: ', boxplot.stats(x)$out %>% n_distinct(), ')')
|
||||
}
|
||||
}
|
||||
if (any(class(x) == "rsi")) {
|
||||
if (NROW(x) > 0 & any(class(x) == "rsi")) {
|
||||
header <- header %>% paste0('\n')
|
||||
cnt_S <- sum(x == "S")
|
||||
cnt_I <- sum(x == "I")
|
||||
|
Reference in New Issue
Block a user