Displaying 2 results from an estimated 2 matches for "birdflucases".
Did you mean:
birdflucases2
2009 Oct 14
1
Beginning R help?
Hi all,
I'm 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&quo...
2009 Oct 14
1
R neophyte question.
Hi all,
I'm 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&quo...