commit | dcc1de65057a6f26e54335e0412beaae7d5ec040 | [log] [tgz] |
---|---|---|
author | Marc Kupietz <kupietz@ids-mannheim.de> | Fri Oct 04 09:10:36 2019 +0200 |
committer | Marc Kupietz <kupietz@ids-mannheim.de> | Fri Oct 04 09:15:09 2019 +0200 |
tree | db0aea77ada23517991005b1e4edfad2e85dc245 | |
parent | 6a6c4ba2775286d921a0a74cbeaf726c62858802 [diff] [blame] |
Add ci function The ci function adds confidence interval and relative frequencies to a table. Change-Id: Id702522d35e557f20540bc24301195d0513b7138
diff --git a/DESCRIPTION b/DESCRIPTION index 276c531..506ee08 100644 --- a/DESCRIPTION +++ b/DESCRIPTION
@@ -12,6 +12,9 @@ RoxygenNote: 6.1.1 Imports: R.cache, + broom, + ggplot2, + tibble, magrittr, tidyr, dplyr, @@ -27,4 +30,5 @@ 'KorAPCorpusStats.R' 'RKorAPClient.R' 'KorAPQuery.R' + 'ci.R' 'reexports.R'