Nothing
## ----loadLibraries, results = 'hide', echo = FALSE----------------------------
library(a4Core)
## ----simulateData-------------------------------------------------------------
eSet <- simulateData(
nCols = 40, nRows = 1000,
nEffectRows = 5, nNoEffectCols = 5,
betweenClassDifference = 1, withinClassSd = 0.5
)
print(eSet)
## ----sessionInformation, echo = FALSE-----------------------------------------
print(sessionInfo())
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.