Nothing
## ----include = FALSE----------------------------------------------------------
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
## ----echo=FALSE---------------------------------------------------------------
knitr::include_graphics("hex-hce.png", dpi = 1000)
## ----setup--------------------------------------------------------------------
library(hce)
packageVersion("hce")
## ----eval=FALSE---------------------------------------------------------------
# library(maraca)
# Rates_A <- 10
# Rates_P <- 15
# dat <- simHCE(n = 1000, n0 = 500, TTE_A = Rates_A, TTE_P = Rates_P,
# CM_A = 0.2, CM_P = 0, seed = 2, shape = 0.35)
# plot(dat)
## ----echo=FALSE---------------------------------------------------------------
knitr::include_graphics("maraca.png", dpi = 100)
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.