R/datasets.R

#' A small rich dataset
#' @details
#' a list containing the obs and sim data for an example dataset to run a 
#' simple vpc.
#' @examples
#' \dontrun{
#' vpc(simple_data$sim, simple_data$obs)
#' }
#' @docType data
"simple_data"

#' Simulated RTTE data (100x)
#'
#' An example dataset with simulated repeated time-to-event data (100 simulations)
"rtte_sim_nm"

#' Simulated RTTE data (1x)
#'
#' An example dataset with simulated repeated time-to-event data
#' @name rtte_obs_nm
"rtte_obs_nm"

Try the vpc package in your browser

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

vpc documentation built on Jan. 16, 2021, 5:44 p.m.