R/example0.R

#' Example
#' 
#' These example contains a dataset, the label of the observations in the dataset, the distance matrix of the dataset using L2 distance, and the edge matrix generated by 5-MST.
#' 
#' 
#' \describe{
#'   \item{\code{data}}{pooled dataset of two samples sampling from two different t-distributions.}
#'   \item{\code{label}}{label of the observations. 'sample 1' denotes the observations in sample 1. 'sample 2' denotes the observations in sample 2.}
#'   \item{\code{distance}}{the distance matrix of the pooled dataset using L2 distance.}
#'   \item{\code{edge}}{edge matrix generated by 5-MST.}
#'}
#' @docType data
#' @name example0
#' @keywords datasets
"example0"

Try the rgTest package in your browser

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

rgTest documentation built on Aug. 14, 2023, 5:08 p.m.