Nothing
#' Tree-Guided Rare Feature Selection and Logic Aggregation
#'
#' This package provides functions and visualization tools for fitting the
#' Tree-Guided Rare Feature Selection and Logic Aggregation model.
#'
#' @author Jianmin Chen \email{jianminc000@gmail.com}, Kun Chen
#' @name TSLA-package
#' @docType package
#' @useDynLib TSLA, .registration=TRUE
#' @import Rcpp
#' @import RcppArmadillo
#' @import Matrix
#' @importFrom pROC auc roc coords
#' @importFrom PRROC pr.curve
#' @importFrom stats quantile
#' @importFrom stats sd
#' @importFrom stats rnorm
#' @importFrom stats rbinom
#' @importFrom stats var
#' @importFrom stats as.formula
#' @importFrom stats model.matrix
#' @importFrom ape as.phylo
#' @importFrom ape tiplabels
#' @importFrom ape nodelabels
#' @importFrom phytools phylo.to.map
#' @importFrom data.tree as.Node
NULL
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.