R/cont-factor.R

cont_factor <- function(x,y){
  summary(aov(x~y))[[1]][["Pr(>F)"]][1]
}
GerkeLab/tricks documentation built on May 9, 2019, 8:39 a.m.