Displaying 4 results from an estimated 4 matches for "1963l".
Did you mean:
1962l
2012 Jul 06
3
estimating NA values against selected slots
...62L, 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,
1963L,
1963L, 1963L, 1963L, 1963L, 1963L, 1963L, 1963L, 1963L,
1963L,
1963L, 1963L, 1963L, 1963L, 1963L, 1963L, 1963L, 1963L,
1963L,
1963L, 1963L, 1963L, 1963L, 1963L, 1963L, 1963L, 1963L,
1963L,
1963L, 1963L, 1963L, 1963L, 1963L, 1963L, 1963L, 1963L,
1963L,
1963L, 1963L, 1963L, 1963L, 1963L, 1...
2010 Nov 20
2
plotting a timeline
...this might look badly with a different
dataset or at other image proportions. I'd rather do this with a dedicated
package function ( like axis() ).
--
mrgomel
-----------------------
Below is my example code in R:
the_data <-
structure(list(eventtime = c(1914L, 1917L, 1918L, 1939L, 1945L,
1963L, 1989L, 2001L, 2003L), impact = c(1, -.5, 0.8, 1, 0.8, 0.5,
-.5, 0.5, 1), label = structure(c(8L, 7L, 4L, 9L, 5L, 2L, 3L,
1L, 6L), .Label = c("9/11", "Cuban crisis", "end of communism",
"end WW1", "end WW2", "Iraq war", "start of comm...
2012 Jul 10
2
estimation of NA by predict command
...236L, 368L, 500L, 632L, 764L, 896L, 1028L, 1160L, 1292L, 1424L,
1556L, 1688L, 1820L, 1952L, 2084L, 2216L, 2348L, 2480L, 2612L,
2744L, 2876L, 3008L, 3140L, 3272L, 3404L, 3536L, 3668L, 3791L,
3912L, 4000L, 115L, 247L, 379L, 511L, 643L, 775L, 907L, 1039L,
1171L, 1303L, 1435L, 1567L, 1699L, 1831L, 1963L, 2095L, 2227L,
2359L, 2491L, 2623L, 2755L, 2887L, 3019L, 3151L, 3283L, 3415L,
3547L, 3679L, 3802L, 3923L, 126L, 258L, 390L, 522L, 654L, 786L,
918L, 1050L, 1182L, 1314L, 1446L, 1578L, 1710L, 1842L, 1974L,
2106L, 2238L, 2370L, 2502L, 2634L, 2766L, 2898L, 3030L, 3162L,
3294L, 3426L, 3558L, 3690L,...
2010 Nov 24
0
4. Rexcel (Luis Felipe Parra)-how to run a code from excel
...el, pos = 1 + 2*(impact > 0))
})
abline(h=0, lwd=2)
axis(1, pos=0, lwd=2, lwd.ticks=1)
Peter Ehlers
> --
> mrgomel
> -----------------------
> Below is my example code in R:
>
>
> the_data<-
> structure(list(eventtime = c(1914L, 1917L, 1918L, 1939L, 1945L,
> 1963L, 1989L, 2001L, 2003L), impact = c(1, -.5, 0.8, 1, 0.8, 0.5,
> -.5, 0.5, 1), label = structure(c(8L, 7L, 4L, 9L, 5L, 2L, 3L,
> 1L, 6L), .Label = c("9/11", "Cuban crisis", "end of communism",
> "end WW1", "end WW2", "Iraq war", &quo...