R/BMTME_Package.R

#' BMTME: Bayesian Multi-Trait Multi-Environment models
#'
#' The Bayesian Multi-Trait Multi-Environment models (BMTME) package was developed to implement...
#'
#'
#' @docType package
#' @name BMTME
#' @importFrom Rcpp compileAttributes
NULL

if (getRversion() >= "2.15.1")
  utils::globalVariables(
    c('.',
      'Environment',
      'Trait',
      'Partition',
      'Predicted',
      'Observed',
      'Pearson',
      'MAAPE',
      'SE_Pearson',
      'SE_MAAPE'
    )

  )

.onUnload <- function (libpath) {
  library.dynam.unload("BMTME", libpath)
}

Try the BMTME package in your browser

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

BMTME documentation built on Aug. 27, 2020, 1:08 a.m.