Nothing
## ----include = FALSE----------------------------------------------------------
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
## ----setup--------------------------------------------------------------------
library(alphaN)
## -----------------------------------------------------------------------------
alpha <- alphaN(n = 1000, BF = 1)
alpha
## -----------------------------------------------------------------------------
JAB_plot(n = 1000, BF = 1)
## -----------------------------------------------------------------------------
seqN <- seq(50, 1000, 1)
plot(seqN, alphaN(seqN), type = "l",
xlab = "n", ylab = "Alpha")
## -----------------------------------------------------------------------------
alphaN(1000, BF = 3, method = "balanced")
## -----------------------------------------------------------------------------
alphaN_plot(BF = 3)
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.