Displaying 4 results from an estimated 4 matches for "1356l".
Did you mean:
1356
2010 Aug 30
2
reordering levels error
..., BY2005 = c(0L, 0L, 868L, 2044L, 4064L,
??? 6049L, 9399L, 13304L, 45172L, 242155L, 476864L, 712534L,
??? 1058409L, 2115018L, 1510342L, 1138213L, 333192L, 158820L,
??? 94379L, 348882L, 39290L, 29701L, 47258L, 69837L, 7884L, 49338L,
??? 22168L, 19397L, 19397L, 15984L, 8688L, 1200L, 1623L, 1291L,
??? 1356L, 707L, 875L, 875L, 222L, 883L, 0L, 0L, 129L, 0L, 0L,
??? 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L)), .Names = c("week", "BY2010",
"BY2009", "BY2008", "BY2007", "BY2006", "BY2005"), class = "data.frame",
row.names = c(NA,
-53L))...
2012 Jul 19
3
Finding the last value before a certain date
Hello all,
I have a dataframe that looks like this:
head(df)
date y
1 2010-09-27 1356
2 2010-10-04 1968
3 2010-10-11 2602
4 2010-10-17 3116
5 2010-10-24 3496
6 2010-10-31 3958
I need a function that, given any date, returns the y value
corresponding to the given date or the last day before the given date.
Example:
Input: as.Date("2010-10-06"). Output: 1968 (because the
2012 Jul 10
2
estimation of NA by predict command
...314L, 3446L, 3578L, 3708L, 25L, 157L, 289L, 421L, 553L, 685L,
817L, 949L, 1081L, 1213L, 1345L, 1477L, 1609L, 1741L, 1873L,
2005L, 2137L, 2269L, 2401L, 2533L, 2665L, 2797L, 2929L, 3061L,
3193L, 3325L, 3457L, 3589L, 3712L, 3833L, 3954L, 36L, 168L, 300L,
432L, 564L, 696L, 828L, 960L, 1092L, 1224L, 1356L, 1488L, 1620L,
1752L, 1884L, 2016L, 2148L, 2280L, 2412L, 2544L, 2676L, 2808L,
2940L, 3072L, 3204L, 3336L, 3468L, 3600L, 3723L, 3844L, 47L,
179L, 311L, 443L, 575L, 707L, 839L, 971L, 1103L, 1235L, 1367L,
1499L, 1631L, 1763L, 1895L, 2027L, 2159L, 2291L, 2423L, 2555L,
2687L, 2819L, 2951L, 3083L, 3...
2010 Apr 20
5
Assigning Week Numbers
...1350L, 63L, 799L, 247L, 983L, 431L, 1167L, 615L, 1351L, 64L,
800L, 248L, 984L, 432L, 1168L, 616L, 1352L, 65L, 801L, 249L,
985L, 433L, 1169L, 617L, 1353L, 66L, 802L, 250L, 986L, 434L,
1170L, 618L, 1354L, 67L, 803L, 251L, 987L, 435L, 1171L, 619L,
1355L, 68L, 804L, 252L, 988L, 436L, 1172L, 620L, 1356L, 69L,
805L, 253L, 989L, 437L, 1173L, 621L, 1357L, 70L, 806L, 254L,
990L, 438L, 1174L, 622L, 1358L, 71L, 807L, 255L, 991L, 439L,
1175L, 623L, 1359L, 72L, 808L, 256L, 992L, 440L, 1176L, 624L,
1360L, 73L, 809L, 257L, 993L, 441L, 1177L, 625L, 1361L, 74L,
810L, 258L, 994L, 442L, 1178L, 626L, 1362L,...