correctedMarkers: A correctedMarkers Function

Description Usage Arguments Examples

View source: R/correctedMarkers.R

Description

This function allows you to perform several multiple regression on metabolomic data.

Usage

1
correctedMarkers(dat, fac, con, comp)

Arguments

dat

Data matrix.

fac

Index of the group of samples.

con

Index of correction variable.

comp

Index (range) of measured compounds.

Examples

1
correctedMarkers(iris, 5, 1, 2:4)

dam documentation built on May 2, 2019, 2:37 a.m.

Related to correctedMarkers in dam...