Nothing
### R code from vignette source 'SNAGEE.Rnw'
###################################################
### code chunk number 1: setup
###################################################
options(width=60)
options(continue=" ")
options(prompt="R> ")
###################################################
### code chunk number 2: SNAGEE.Rnw:92-95
###################################################
library(SNAGEE)
library(ALL)
data(ALL)
###################################################
### code chunk number 3: SNAGEE.Rnw:99-101
###################################################
q = qualStudy(ALL)
print(q)
###################################################
### code chunk number 4: SNAGEE.Rnw:120-122
###################################################
qs = qualSample(ALL, multicore=FALSE)
sum(qs < -5)
###################################################
### code chunk number 5: SNAGEE.Rnw:132-133
###################################################
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.