How is possible to use glm() function or Bayesian Network in R for equivalency test for binomial data?

78 Views Asked by At

Is there any way to use glm() function or Bayesian Network to check whether the two binomial data are equivalent. More to point, I have two binomial (success=1 and failure=0) datasets and intend to apply a statistical test to show whether they are statistically equivalence or not. First dataset (x) includes around 164 data points in which 58 of them are "1" and the rest are "0". The second dataset/group (y) consists of 280 data points in which 113 of the are "1" and the rest are "0". So my question is how can I applied equivalence test with above approach? is there any function or package that I can use in r to apply the test?

0

There are 0 best solutions below