my.fisher: fisher exact test to get p value if any cell in propotion...

Description Usage Arguments Examples

View source: R/demo_Graphic.R

Description

fisher exact test to get p value if any cell in propotion table of expect value less than 5

Usage

1

Arguments

...

variables

Examples

1
2
3
4
5
set.seed(2018)
data_check <-data.frame(
  group <-round(abs(rnorm(500)*10),0) %% 2,
  cat_multi_1 <-round(abs(rnorm(500)*10),0) %% 3)
my.fisher(table(data_check$cat_multi_1, data_check$group))

demoGraphic documentation built on May 1, 2019, 7:58 p.m.