-
Hi there,
Thanks for such great package!
Let's suppose that I have a contingency table of size rx2, where r >> 2. There few cells with observed frequency of 0, and they are the minority in the t…
-
was playing with [this answer](http://stackoverflow.com/a/39326536/1395352) on SO
tibble(nvar1 = 1:3, nvar2 = 2:4) %>% add_row(nvar1 = sum(nvar1), nvar2 = sum(nvar2))
# A tibble: 4 × 2
…
-
Hi Sebastian,
the tb[1,0] and tb[0,1] entries in the 2x2 contigency table for McNemar's test in _mcnemar_table_ are swapped: https://github.com/rasbt/mlxtend/blob/master/mlxtend/evaluate/mcnemar.p…
-
A couple of questions I couldn't really find answers to after going through the documentation - or at least wasn't sure about the answers I have in mind. So just wanted to double-check with you before…
-
In addition to addressing the bug, I think we should return the `effectsize` output in the return dataframe (cf. https://github.com/easystats/parameters/issues/345)
```r
library(BayesFactor)
#> L…
-
@karafecho
1. The query results in a timeout error. Running the same query multiple times for each year from 2010 to 2014 produces different results for the same year, respectively.
For instance…
-
## Describe the Enhancement ##
The tc_gen tool currently writes Debug(4) log messages for each pair indicating how it was classified.
(1) HIT:
DEBUG 4: SUI1 20160525_120000 initialization, 51 lea…
-
In preparation for the upcoming Table Top exercise, participants should complete several enablement tasks including
### This task is done when...
- [ ] acquiring SSH key
- [ ] becoming acclimated …
-
```
d> class(mixingmatrix(fit_40$network, "hiv")) # a network object
[1] "mixingmatrix"
d> class(mixingmatrix(main, "hiv")) # an egodata object
[1] "matrix" "array"
```
and the structure
``…
-
See [this discussion](https://www.reddit.com/r/Julia/comments/lcd06t/about_hypothesistests_performance/) on Reddit.
```
using HypothesisTests
HypothesisTests.FisherExactTest(777,888,999,1000);
`…