selectFromCompareGroups: Select differential variables between groups by significance...

Description Usage Arguments Value

View source: R/selectFromCompareGroups.R

Description

Select differential variables between groups by significance level.

Usage

1
selectFromCompareGroups(x, p.threshold = 0.2, which.p = "p.overall")

Arguments

x

an object of class 'compareGroups'

p.threshold

a significance level threshold for selecting. Default value is 0.2, meaning that all variable showing an overall p-value under 0.2 will be setected.

which.p

name of p-value from x to compare with threshold of 'relevant' value. Default value is p.overall. Other options are: p.ratio (p.trend is not implemented)

Value

a character vector with the names of the selected variables.


IRBLleida/UdBRpackage documentation built on Dec. 24, 2019, 9:10 p.m.