R/factor-factor.R

factor_factor <- function(x,y){
 chisq.test(x,y)$p.value
}
GerkeLab/tricks documentation built on May 9, 2019, 8:39 a.m.