Displaying 2 results from an estimated 2 matches for "phillip03".
Did you mean:
phillip
2012 Apr 22
10
Assignment problems
The text below is a part of, some work I have to do, which is due in 2 days
and I am strung up with a lot of other stuff, so I was hoping someone would
take 5 mins and help me ??
Here is a part of my data.frame:
year country1 country2 contig comlang pop1 gdp1
pop2 gdp2 rta dist avgflow
1 1992 AUS AUT 0 0 17.4950008 321708.281
2012 Apr 17
6
How to add specific column to data.set?
Hi
I have a data.set with 7 lists, with over 7000 observations in each list. to
of the lists contain country names.
like:
aus dnk
fra aus
usa aut
itl usa
.
.
.
etc.
My dilemma is that I want to add an extra column/list to my data.set. If the
countries are both european it should be assigned 1 or true AND if one or
both the countries are non-european it should be assigned 0 or false.