interro: Practice datasets

interroR Documentation

Practice datasets

Description

'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'.

Examples

f <- interroA.csv()
interroA <- read.csv(f)
head(interroA)

f2 <- interro2.rds()
readRDS(f2)

UCLouvain-CBIO/rWSBIM1207 documentation built on June 18, 2024, 11:26 p.m.