Displaying 2 results from an estimated 2 matches for "birdflucases2".
Did you mean:
birdflucases
2009 Oct 14
1
Beginning R help?
...currently working through the "Beginner's Guide to R" (Zurr et al.) and
I'm wondering about the first exercise in chapter 3:
I imported the data from BirdFluCases.txt and executed the 'names' and 'str'
functions as follows:
Bird = read.table(file='C:\\rbook\\BirdFluCases2.txt', header=TRUE)
names(Bird)
[1] "Year" "Azerbaijan" "Bangladesh" "Cambodia" "China"
"Djibouti" "Egypt"
[8] "Indonesia" "Iraq" "LaoPDR" "Myanmar" "Niger...
2009 Oct 14
1
R neophyte question.
...currently working through the "Beginner's Guide to R" (Zurr et al.) and
I'm wondering about the first exercise in chapter 3:
I imported the data from BirdFluCases.txt and executed the 'names' and 'str'
functions as follows:
Bird = read.table(file='C:\\rbook\\BirdFluCases2.txt', header=TRUE)
names(Bird)
[1] "Year" "Azerbaijan" "Bangladesh" "Cambodia" "China"
"Djibouti" "Egypt"
[8] "Indonesia" "Iraq" "LaoPDR" "Myanmar" "Niger...