| 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.
idstudent identifer.
heightstudent heights (in cm).
genderF or M.
Xa vector of random data drawn from N(0, 1).
interro1a numeric vector with test scores.
interro2a numeric vector with test scores.
interro3a numeric vector with test scores.
interro4a 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.