search for: d39

Displaying 6 results from an estimated 6 matches for "d39".

Did you mean: 39
2015 Oct 09
3
reverse object creation
Dear all, this is my first message to this mailing list - please advise if it is not the right place for the subject I've been using R very intensively the last 3-4 years and one of the most tedious tasks is modification of lookup or conversion tables So far, I have not found functions that create the commands for creating objects (vectors, data frames) based on the objects themselves -
2015 Oct 09
0
reverse object creation
..."output coppy", "gross value added > cup", > "gross value added coppy", "GFCF cup", "GFCF vol", "empl jobs", > "empl FTE", "employees jobs", "employees FTE", "D1", "D11", "D29-D39", > "D29 nom", "D39 nom", "P51c nom", "B2n+B3n", "total hours worked", > "hours worked employees"), var = c("PROD", "PKPY", "VALU", "VKPY", > "GFCF", "GKPY", "E...
2011 Jun 09
1
Error: missing values where TRUE/FALSE needed
...pany, roots2) d31 = mytwo(state, roots, suffix) d32 = mytwo(city, roots, suffix) d33 = mytwo(cityst, roots, suffix) d34 = mytwo(inscompany, roots, suffix) d35 = mytwo(state, roots, suffix2) d36 = mytwo(city, roots, suffix2) d37 = mytwo(cityst, roots, suffix2) d38 = mytwo(inscompany, roots, suffix2) d39 = mytwo(state, roots, suffix3) d40 = mytwo(city, roots, suffix3) d41 = mytwo(cityst, roots, suffix3) d42 = mytwo(inscompany, roots, suffix3) d43 = mytwo(state, roots2, suffix) d44 = mytwo(city, roots2, suffix) d45 = mytwo(cityst, roots2, suffix) d46 = mytwo(inscompany, roots2, suffix) d47 = mytwo(s...
2011 Jun 09
2
Problem with a if statement inside a function
...quot;state", "roots", "suffix2") d36 = mytwo("city", "roots", "suffix2") d37 = mytwo("cityst", "roots", "suffix2") d38 = mytwo("inscompany", "roots", "suffix2") d39 = mytwo("state", "roots", "suffix3") d40 = mytwo("city", "roots", "suffix3") d41 = mytwo("cityst", "roots", "suffix3") d42 = mytwo("inscompany", "roots", "suffix3&quo...
2011 Jun 09
1
Trying to make code more efficient
...quot;state", "roots", "suffix2") d36 = mytwo("city", "roots", "suffix2") d37 = mytwo("cityst", "roots", "suffix2") d38 = mytwo("inscompany", "roots", "suffix2") d39 = mytwo("state", "roots", "suffix3") d40 = mytwo("city", "roots", "suffix3") d41 = mytwo("cityst", "roots", "suffix3") d42 = mytwo("inscompany", "roots", "suffix3&quo...
2009 Mar 09
5
Help
...) d15(N1) d16(N1) d17(N2) d18(N1) d19(N1) d20(N1) . > > > > - RECORD TYPE 'B'. > > - DATA LIST LIST / i1(A1) d21(N1) d22(N1) d23(N1) d24(N1) d25(N1) > > d26(N1) d27(N1) d28(N1) d29(N1) d30(N1) d31(N1) d32(N1) d33(N1) > > d34(N1) d35(N1) d36(N1) d37(N1) d38(A37) d39(N1) d40(N1) . > > > > - RECORD TYPE 'C'. > > - DATA LIST LIST / i2(A1) d41(N1) d42(N1) d43(N1) d44(N1) d45(N1) > > d46(N1) d47(N1) d48(N1) d49(N1) d50(N1) d51(N1) d52(N1) d53(N1) > > d54(N1) d55(N1) d56(N1) d57(N1) d58(N1) d59(N1) d60(N1) . > > > >...