Displaying 2 results from an estimated 2 matches for "x1981".
Did you mean:
1981
2006 Oct 27
3
How to best divide table by table
Hi all,
how can I divide two tables of the same dimension so that all names are
preserved, ie do not become NA? I have "tab1" and "tab2", each having
names in the first column. I want "tab3" with the same names and values
"tab1/tab2".
Thanks,
Serguei
2005 Mar 12
1
Database reorganization
Hi people,
I need reorganization several databases. I would like to know if that is
possible in R. My problem is like that:
original data base:
Age x1980 x1981
1 5 8
3 7 9
5 9 15
7 11 20
future data base
year age x
1980 1 5
1980 3 7
1980 5 9
1980 7 11
1981 1 8
1981 3 9
1981 5 15
1981 7 20
Thanks in advance
Bernardo Rangel Tur...