Learn R Programming

dam (version 0.0.1)

correctedMarkers: A correctedMarkers Function

Description

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

Usage

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

Run this code
correctedMarkers(iris, 5, 1, 2:4)

Run the code above in your browser using DataLab