1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-12 19:41:58 +02:00

(v2.1.1.9155) new mic_p50() and mic_p90() - updated AMR intro

This commit is contained in:
2025-02-23 11:18:08 +01:00
parent 226d10f546
commit aa8f6af185
24 changed files with 481 additions and 99 deletions

View File

@ -1544,7 +1544,7 @@ sir_interpretation_history <- function(clean = FALSE) {
if (pkg_is_available("tibble")) {
out <- import_fn("as_tibble", "tibble")(out)
}
structure(out, class = c("sir_log", class(out)))
as_original_data_class(out, class(out), extra_class = "sir_log")
}
#' @method print sir_log