abd
Data Sets
dataInfo.Rd
Information about the location of data sets in Analysis of Biological Data
Format
A data frame with 143 observations on the following 5 variables.
- name
name of data set
- chapter
chapter in which data set appears
- type
used in an
Example
or aProblem
- number
example or problem number
- sub
sub-problem:
a
b
c
Examples
str(dataInfo)
#> 'data.frame': 143 obs. of 5 variables:
#> $ name : Factor w/ 143 levels "AlgeaCO2","Antilles",..: 115 27 105 46 49 48 70 36 102 20 ...
#> $ chapter: int 2 2 2 2 2 2 2 2 2 2 ...
#> $ type : Factor w/ 2 levels "Example","Problem": 1 1 1 1 1 1 1 2 2 2 ...
#> $ number : int 1 1 1 3 4 5 5 6 10 16 ...
#> $ sub : Factor w/ 4 levels "","a","b","c": 2 3 4 1 1 2 3 1 1 1 ...