Nothing
#' Dummy Trial Data with Permute-Block Randomization
#'
#' This dataset contains the dummy trial data with permute block randomization.
#'
#' @format A data frame with 600 rows and 7 columns:
#' \describe{
#' \item{id}{The ID of the patients.}
#' \item{treatment}{The treatment assignment, "pbo", "trt1" and "trt2"}
#' \item{s1}{The first stratification variable, "a" and "b".}
#' \item{s2}{The second stratification variable, "c" and "d".}
#' \item{covar}{The covariate following normal distribution.}
#' \item{y}{The continuous response.}
#' \item{y_b}{The binary response.}
#' }
#'
#' @source The data is generated by the create_dummy.R script.
#'
#' @keywords dataset
"dummy_data"
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.