search for: 1945l

Displaying 4 results from an estimated 4 matches for "1945l".

Did you mean: 1945
2010 Nov 20
2
plotting a timeline
...), 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", "Iraq war", "start...
2012 Jul 10
2
estimation of NA by predict command
...218L, 350L, 482L, 614L, 746L, 878L, 1010L, 1142L, 1274L, 1406L, 1538L, 1670L, 1802L, 1934L, 2066L, 2198L, 2330L, 2462L, 2594L, 2726L, 2858L, 2990L, 3122L, 3254L, 3386L, 3518L, 3650L, 3773L, 3894L, 3993L, 97L, 229L, 361L, 493L, 625L, 757L, 889L, 1021L, 1153L, 1285L, 1417L, 1549L, 1681L, 1813L, 1945L, 2077L, 2209L, 2341L, 2473L, 2605L, 2737L, 2869L, 3001L, 3133L, 3265L, 3397L, 3529L, 3661L, 3784L, 3905L, 108L, 240L, 372L, 504L, 636L, 768L, 900L, 1032L, 1164L, 1296L, 1428L, 1560L, 1692L, 1824L, 1956L, 2088L, 2220L, 2352L, 2484L, 2616L, 2748L, 2880L, 3012L, 3144L, 3276L, 3408L, 3540L, 3672L,...
2011 Feb 04
1
read.table error
...L, 16428L, 16428L, 16428L, 15690L, 16037L, 16505L, 16056L, 16505L, 15236L, 15227L, 16506L, 16424L, 16335L, 16365L, 15122L, 15044L, 16314L, 15650L, 16323L, 15825L, 16415L, 16373L, 16335L, 16423L, 16506L, 13021L, 15237L, 15906L, 16428L, 16509L, 16514L, 16504L, 55110L, 7336L), CURTIM = c(1932L, 1935L, 1945L, 1957L, 2000L, 2134L, 2135L, 811L, 830L, 931L, 1028L, 1200L, 1755L, 1812L, 1809L, 1811L, 1800L, 1610L, 740L, 1503L, 1651L, 1725L, 1813L, 1043L, 1147L, 1305L, 1328L, 1330L, 1450L, 1455L, 1500L, 1505L, 1515L, 1520L, 1625L, 1630L, 1450L, 1455L, 1520L, 1530L, 1531L, 1533L, 1600L, 1709L, 1725L, 1803L, 1...
2010 Nov 24
0
4. Rexcel (Luis Felipe Parra)-how to run a code from excel
...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", "end WW2", "Iraq war...