search for: 1914l

Displaying 3 results from an estimated 3 matches for "1914l".

Did you mean: 1914
2010 Nov 20
2
plotting a timeline
...xed y-height (-0.1 and -0.05), but 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", "...
2012 Jul 10
2
estimation of NA by predict command
...L, 187L, 319L, 451L, 583L, 715L, 847L, 979L, 1111L, 1243L, 1375L, 1507L, 1639L, 1771L, 1903L, 2035L, 2167L, 2299L, 2431L, 2563L, 2695L, 2827L, 2959L, 3091L, 3223L, 3355L, 3487L, 3619L, 3742L, 3863L, 3973L, 66L, 198L, 330L, 462L, 594L, 726L, 858L, 990L, 1122L, 1254L, 1386L, 1518L, 1650L, 1782L, 1914L, 2046L, 2178L, 2310L, 2442L, 2574L, 2706L, 2838L, 2970L, 3102L, 3234L, 3366L, 3498L, 3630L, 3753L, 3874L, 77L, 209L, 341L, 473L, 605L, 737L, 869L, 1001L, 1133L, 1265L, 1397L, 1529L, 1661L, 1793L, 1925L, 2057L, 2189L, 2321L, 2453L, 2585L, 2717L, 2849L, 2981L, 3113L, 3245L, 3377L, 3509L, 3641L, 3...
2010 Nov 24
0
4. Rexcel (Luis Felipe Parra)-how to run a code from excel
..., col=4) text(eventtime, impact, label, 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", "e...