getP: get p-values

View source: R/getP.R

getPR Documentation

get p-values

Description

get p-values from Post Hoc analysis

Usage

getP(x, Group = NULL)

Arguments

x

sample ion intensity matrix, row sample, column feature.

Group

sample group information

Value

a data frame

Examples

dat <- matrix(runif(2*300), ncol = 2, nrow = 300)
myGroup <- rep_len(LETTERS[1:3], 300)
out <- getP(dat, Group = myGroup)

YonghuiDong/MSbox documentation built on Jan. 12, 2023, 3:48 p.m.