R/gaawr2.R

#' Genetic Association Analysis
#'
#' @docType package
#' @name gaawr2
#' @aliases gaawr2-package
#'
#' @details
#' Available data and function are listed in the following table.
#'
#' Objects                   |  Description
#' --------------------------|------------------------------------
#' **Dataset**               |    
#' [`DiaHealth`]             |   A Bangladeshi dataset for Type 2 diabetes prediction
#' [`diabetes`]              |   A diabetes dataset
#' **Functions**             |    
#' [`welcome`]               |   An enhanced welcome
#'
#' We can add references such as \insertCite{Rpack:bibtex;textual}{Rdpack}.
#' @section Usage:
#' Vignettes on package usage:
#' - Genetic Association Analysis with R (II), `vignette("gaawr2")`.
#' - Web facilities, `vignette("web")`.
#' @md
#'
#' @import dplyr gap gap.datasets ggplot2
#' @importFrom survival strata
#' @importFrom Rdpack reprompt
#'
#' @references
#' \insertAllCited{}
#'
#' @author Jing Hua Zhao in collaboration with other colleagues.
#' @keywords internal
#' @examples
#' welcome(3)

"_PACKAGE"

Try the gaawr2 package in your browser

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

gaawr2 documentation built on April 4, 2025, 2:25 a.m.