Nothing
## ---- include = FALSE---------------------------------------------------------
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
## -----------------------------------------------------------------------------
library(PSDistr)
ddsn(-0.5,2,2,2,0)
pdsn(-0.5,2,2,2,0)
qdsn(0.5,2,2,2,0)
rdsn(10,2,2,2,0)
## -----------------------------------------------------------------------------
deck(1,2,3)
peck(1,2,3)
qeck(0.5,2,3)
reck(10,2,3)
## -----------------------------------------------------------------------------
den(1,1,2,2,2,1)
pen(1,1,2,2,2,1)
qen(0.5,1,2,2,2,1)
ren(10,1,2,2,2,1)
## -----------------------------------------------------------------------------
dpc(0,1,2,2)
ppc(0,1,2,2)
qpc(0.5,1,2,2)
rpc(10,1,2,2)
## -----------------------------------------------------------------------------
dspc(0,1,1,1,1,0)
pspc(0,1,1,1,1,0)
qspc(0.5,1,1,1,1,0)
rspc(10,1,1,1,1,0)
## -----------------------------------------------------------------------------
dtppn(2,1,1,1,2)
ptppn(2,1,1,1,2)
qtppn(0.5,1,1,1,2)
rtppn(10,1,1,1,2)
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.