Displaying 2 results from an estimated 2 matches for "1962l".
2012 Jul 06
3
estimating NA values against selected slots
...ar I have
365 flow values. Some of the flow values are not known and that’s why you will
see NA written in those slots. I wanted to know, is there a way that I can
estimate those values? I tried approx command but it seems least helpful for
the kind of issue I am up against.
structure(list(Day = c(1962L, 1962L, 1962L, 1962L, 1962L,
1962L, 
1962L, 1962L, 1962L, 1962L, 1962L, 1962L, 1962L, 1962L,
1962L, 
1962L, 1962L, 1962L, 1962L, 1962L, 1962L, 1962L, 1962L,
1962L, 
1962L, 1962L, 1962L, 1962L, 1962L, 1962L, 1962L, 1962L,
1962L, 
1962L, 1962L, 1962L, 1962L, 1962L, 1962L, 1962L, 1962L,
1962L, 
1...
2012 Jul 10
2
estimation of NA by predict command
...235L, 367L, 499L, 631L, 763L, 895L, 1027L, 1159L, 
1291L, 1423L, 1555L, 1687L, 1819L, 1951L, 2083L, 2215L, 2347L, 
2479L, 2611L, 2743L, 2875L, 3007L, 3139L, 3271L, 3403L, 3535L, 
3667L, 3790L, 3911L, 3999L, 114L, 246L, 378L, 510L, 642L, 774L, 
906L, 1038L, 1170L, 1302L, 1434L, 1566L, 1698L, 1830L, 1962L, 
2094L, 2226L, 2358L, 2490L, 2622L, 2754L, 2886L, 3018L, 3150L, 
3282L, 3414L, 3546L, 3678L, 3801L, 3922L, 125L, 257L, 389L, 521L, 
653L, 785L, 917L, 1049L, 1181L, 1313L, 1445L, 1577L, 1709L, 1841L, 
1973L, 2105L, 2237L, 2369L, 2501L, 2633L, 2765L, 2897L, 3029L, 
3161L, 3293L, 3425L, 3557L, 3689L,...