R/data.R

#' This is a metabolomic dataset from 30 copals samples of trees coming from Africa
#'
#' @name Y
#' @docType data
#' @author Marie Perrot-Dockes \email{marie.perrot-dockes@agroparistech.fr}
#' @references \url{https://arxiv.org/pdf/1704.00076.pdf}
#' @keywords data
NULL

#' This is a qualitative variable indicating the type of tree each row of Y is.
#'
#' @name group
#' @docType data
#' @author Marie Perrot-Dockes \email{marie.perrot-dockes@agroparistech.fr}
#' @references \url{https://arxiv.org/pdf/1704.00076.pdf}
#' @keywords data
NULL


#' This is a dataset containing the abundance of 199 metabolites from 9 seeds samples
#' just after germination.
#' The temperature of seed maturation vary between the different seeds.
#'
#' @name metab
#' @docType data
#' @author Marie Perrot-Dockes \email{marie.perrot-dockes@agroparistech.fr}
#' @keywords data
NULL


#' This is a dataset containing the abundance of 724 proteins from 9 seeds samples
#' just after germination.
#' The temperature of seed maturation vary between the different seeds.
#'
#' @name prot
#' @docType data
#' @author Marie Perrot-Dockes \email{marie.perrot-dockes@agroparistech.fr}
#' @keywords data
NULL

Try the MultiVarSel package in your browser

Any scripts or data that you put into this service are public.

MultiVarSel documentation built on May 2, 2019, 7:58 a.m.