https://github.com/cran/inferr
Raw File
Tip revision: 2983bf50ddf96a94bbe9a930720a6a56c165e3d7 authored by Aravind Hebbali on 11 December 2017, 16:34:29 UTC
version 0.2.0
Tip revision: 2983bf5
NEWS.md
# inferr 0.2.0

### New Features

- shiny app for interactive analysis

# inferr 0.1.1

### Bug Fixes

* `binom_test()` accepts non-binary variables (#1).
* `ind_ttest()` should throw an error when the grouping variable has more than 2 levels (#2).
* `ts_prop_test()` should accept only binary variables (#3).
* `var_test()`  should accept only binary variables for the `group_var` input. The number of continuous variables must also not exceed two. (#4).

# inferr 0.1.0

* First release
back to top