Nothing
#' Description of testdata
#'
#' The data set testdata contains two variables.
#'
#' @format A data frame with 20 rows and 2 variables:
#' \describe{
#' \item{Poissondata}{Contains 20 realizations of Poisson distributed random variables.}
#' \item{group}{Contains the group names of the Poisson data.}
#' }
#'
#' @source {Artificial example data.}
#'
#' @examples
#' data(testdata) #Lazy loading of the test data. To view the data type testdata.
"testdata"
#' Description of testdata2
#'
#' The data set testdata2 contains two variables.
#'
#' @format A data frame with 16 rows and 2 variables:
#' \describe{
#' \item{Poissondata}{Contains 16 realizations of Poisson distributed random variables.}
#' \item{group}{Contains the group names of the Poisson data.}
#' }
#'
#' @source {Artificial example data.}
#'
#' @examples
#' data(testdata2) #Lazy loading of the test data. To view the data type testdata.
"testdata2"
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.