#' @title Example survival dataset for ceRNAR
#'
#' @description A data set with the survival outcome for 45 subjects
#'
#' @docType data
#'
#' @usage data(surv_data)
#'
#' @format A R data frame with 78 rows and 45 variables
#' \describe{
#' \item{survival data}{Numeric survival matrix with two columns,
#' including status and time, and each row as a different individual.}
#' }
#' @source <https://www.github.com/ywhsiao/ceRNAR>
#'
#' @examples
#' data(surv_data)
"surv_data"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.