powered by
get artifical p-values for groups without replicates
getp0(x)
dataframe
a data frame
# NOT RUN { dat = as.data.frame(matrix(runif(2*3), ncol = 2, nrow = 3)) dat$group = rep(LETTERS[2:4], 1) out <- getp0(dat) # }
Run the code above in your browser using DataLab