interro | R Documentation |
'interroA.csv' and 'interroB.csv' are two comme-separated spreadsheets that provide made-up data about student test restults.
A data frame with 100 observations on the following 8 variables.
id
student identifer.
height
student heights (in cm).
gender
F
or M
.
X
a vector of random data drawn from N(0, 1).
interro1
a numeric vector with test scores.
interro2
a numeric vector with test scores.
interro3
a numeric vector with test scores.
interro4
a numeric vector with test scores.
The 'interroC' data contains results for results for 3 new tests for 15 students, including a subset of students in 'interroA'.
'interroL' is a long format containing all results from 'interroA' and 'interroB'.
f <- interroA.csv()
interroA <- read.csv(f)
head(interroA)
f2 <- interro2.rds()
readRDS(f2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.