1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
Explanation for binary files inside source package according to
http://lists.debian.org/debian-devel/2013/09/msg00332.html
This package contains several example data sets
Files: data/author.rda
Documentation: man/author.rd
This data matrix contains the counts of the 26 letters of the
alphabet (columns of matrix) for 12 different novels (rows of
matrix). Each row contains letter counts in a sample of text
from each work, excluding proper nouns.
Files: data/smoke.rda
Documentation: man/smoke.rd
Table containing 5 rows (staff group) and 4 columns (smoking
categories), giving the frequencies of smoking categories in
each staff group in a fictional organization.
Files: data/wg93.rda
Documentation: man/wg93.rd
This data frame contains records of four questions on attitude
towards science with responses on a five-point scale (1=agree
strongly to 5=disagree strongly) and three demographic variables
(sex, age and education).
|