Displaying 7 results from an estimated 7 matches for "1989l".
Did you mean:
1989
2008 Aug 01
0
multinomRob: Error in eigen [..] infinite or missing values in 'x'
...988L, 1988L, 1988L, 1988L,
1988L, 1988L, 1988L, 1988L, 1988L, 1988L, 1988L, 1988L, 1988L,
1988L, 1988L, 1988L, 1988L, 1988L, 1988L, 1988L, 1988L, 1988L,
1988L, 1988L, 1988L, 1988L, 1988L, 1988L, 1988L, 1988L, 1988L,
1988L, 1988L, 1988L, 1988L, 1988L, 1988L, 1988L, 1988L, 1988L,
1988L, 1988L, 1988L, 1989L, 1989L, 1989L, 1989L, 1989L, 1989L,
1989L, 1989L, 1989L, 1989L, 1989L, 1989L, 1989L, 1989L, 1989L,
1989L, 1989L, 1989L, 1989L, 1989L, 1989L, 1989L, 1989L, 1989L,
1989L, 1989L, 1989L, 1989L, 1989L, 1989L, 1989L, 1989L, 1989L,
1989L, 1989L, 1989L, 1989L, 1989L, 1989L, 1989L, 1989L, 1989L,
1989L, 1989...
2012 Sep 02
3
Loading Chess Data
All,
What would be the most efficient way to load the data at the following
address into a dataframe?
http://ratings.fide.com/top.phtml?list=men
Thanks,
David
--
View this message in context: http://r.789695.n4.nabble.com/Loading-Chess-Data-tp4642006.html
Sent from the R help mailing list archive at Nabble.com.
2010 Jun 30
6
Multiline and grouping in R
Hi All,
this is my first mail here.
I'm trying to plot a multiline chart grouping values with no success. I have
read a lot in the official Wiki and also searched via Google, but I did not
find anything.
I'm importing some data from a cvs file. Here is a sample:
YEAR,AREA,CASES
1988,CONTRACTS,286
1988,INTERNATIONAL,189
1988,FAMILY,385
1988,TAXATION,177
1989,CONTRACTS,233
2009 Mar 07
2
piecewise linear regression
....9 0.30
4 1991 30.6 0.28
5 1992 29.3 0.25
6 1994 30.3 0.26
7 1996 29.9 0.24
8 1998 28.4 0.22
9 2000 27.8 0.22
10 2001 26.1 0.20
11 2002 25.1 0.19
12 2003 24.4 0.19
13 2004 23.7 0.19
14 2005 25.1 0.18
15 2006 23.9 0.20
dput(d)
structure(list(year = c(1988L, 1989L, 1990L, 1991L, 1992L, 1994L,
1996L, 1998L, 2000L, 2001L, 2002L, 2003L, 2004L, 2005L, 2006L,
2007L), percent = c(30.6, 31.5, 30.9, 30.6, 29.3, 30.3, 29.9,
28.4, 27.8, 26.1, 25.1, 24.4, 23.7, 25.1, 23.9, 23.9), se = c(0.32,
0.31, 0.3, 0.28, 0.25, 0.26, 0.24, 0.22, 0.22, 0.2, 0.19, 0.19,
0.19, 0....
2010 Nov 20
2
plotting a timeline
...ght 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 communism&q...
2012 Jul 10
2
estimation of NA by predict command
..., 393L, 525L, 657L, 789L, 921L,
1053L, 1185L, 1317L, 1449L, 1581L, 1713L, 1845L, 1977L, 2109L,
2241L, 2373L, 2505L, 2637L, 2769L, 2901L, 3033L, 3165L, 3297L,
3429L, 3561L, 3693L, 3816L, 3937L, 4014L, 9L, 141L, 273L, 405L,
537L, 669L, 801L, 933L, 1065L, 1197L, 1329L, 1461L, 1593L, 1725L,
1857L, 1989L, 2121L, 2253L, 2385L, 2517L, 2649L, 2781L, 2913L,
3045L, 3177L, 3309L, 3441L, 3573L, 3705L, 3828L, 3949L, 20L,
152L, 284L, 416L, 548L, 680L, 812L, 944L, 1076L, 1208L, 1340L,
1472L, 1604L, 1736L, 1868L, 2000L, 2132L, 2264L, 2396L, 2528L,
2660L, 2792L, 2924L, 3056L, 3188L, 3320L, 3452L, 3584L, 31...
2010 Nov 24
0
4. Rexcel (Luis Felipe Parra)-how to run a code from excel
...= 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", "start...