seconde: Students and Subjects

Description Usage Format Source Examples

Description

The seconde data frame gives the marks of 22 students for 8 subjects.

Usage

1

Format

This data frame (22,8) contains the following columns: - HGEO: History and Geography - FRAN: French literature - PHYS: Physics - MATH: Mathematics - BIOL: Biology - ECON: Economy - ANGL: English language - ESPA: Spanish language

Source

Personal communication

Examples

1
2
3
4
5
6
data(seconde)
if(adegraphicsLoaded()) {
  scatter(dudi.pca(seconde, scan = FALSE), row.plab.cex = 1, col.plab.cex = 1.5)
} else {
  scatter(dudi.pca(seconde, scan = FALSE), clab.r = 1, clab.c = 1.5)
}

ade4 documentation built on May 2, 2019, 5:50 p.m.

Related to seconde in ade4...