1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-09 21:42:01 +02:00

include IQR and MAD in freq

This commit is contained in:
2018-07-03 11:30:40 +02:00
parent 3d0d21f322
commit 10fce8382c
8 changed files with 110 additions and 163 deletions

View File

@ -1,5 +1,6 @@
# Generated by roxygen2: do not edit by hand
S3method(as.data.frame,frequency_tbl)
S3method(as.double,mic)
S3method(as.integer,mic)
S3method(as.numeric,mic)
@ -53,6 +54,7 @@ export(rsi_df)
export(rsi_predict)
export(semi_join_microorganisms)
export(top_freq)
exportMethods(as.data.frame.frequency_tbl)
exportMethods(as.double.mic)
exportMethods(as.integer.mic)
exportMethods(as.numeric.mic)
@ -115,8 +117,8 @@ importFrom(rvest,html_node)
importFrom(rvest,html_nodes)
importFrom(rvest,html_table)
importFrom(stats,fivenum)
importFrom(stats,mad)
importFrom(stats,pchisq)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(tibble,tibble)
importFrom(utils,browseVignettes)