Displaying 3 results from an estimated 3 matches for "sitenum".
Did you mean:
sitename
2010 Aug 13
1
assign multiple variables at once
...',ECRL9,0))))))))))
DF <-
structure(list(MM = c(5L, 5L, 5L, 5L, 5L, 5L, 5L, 5L, 5L, 5L,
5L, 5L, 5L, 5L, 5L), DD = c(3L, 3L, 3L, 3L, 3L, 3L, 7L, 7L, 7L,
8L, 8L, 8L, 8L, 8L, 8L), DTYPE = c(2, 2, 2, 2, 2, 2, 1, 1, 1,
1, 1, 1, 1, 1, 1), TOD = c(2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 1, 1,
1, 1, 1), SITENUM = c("102", "104", "104", "104", "101", "101",
"102", "103", "101", "101", "101", "101", "103", "103", "103"
), CURTIM = c(1450L, 1736L, 1755L, 1804L...
2011 Jun 14
0
sqlFetch and factor conversion
...t;, "AFTERNOON", "AFTERNOON",
"AFTERNOON", "AFTERNOON", "AFTERNOON", "AFTERNOON", "MORNING",
"MORNING", "MORNING", "MORNING"), WEEK = c(1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2), SITENUM = c(102, 103,
104, 101, 102, 103, 104, 101, 102, 103, 104, 101, 104, 101, 102,
103, 103, 104, 101, 102), `SITE$` = c("Lampe", "East Avenue",
"North East", "Walnut Creek", "Lampe", "East Avenue", "North East",
"Walnut Cre...
2010 Mar 05
2
How to assign week numbers to a time-series
...SAT (that is the case this year, since the first day of our survey 05/01 is a Saturday), then WEEK 1 begins on day 1 (05/01/2010) and WEEK 2 will begin on the first SAT under variable DOW. I hope I explained this clearly enough, if not let me know.
Mike
MM DD YR DOW DOW. DTYPE TOD TOD. SITENUM DESC
1 05 01 2010 SAT 1 2 MORN 1 101 WALNUT.CK
185 05 01 2010 SAT 1 2 MORN 1 102 LAMPE
369 05 01 2010 SAT 1 2 MORN 1 103 EAST.AVE
553 05 01 2010 SAT 1...