search for: poiss

Displaying 3 results from an estimated 3 matches for "poiss".

Did you mean: piss
2000 Oct 03
2
plot.table() ?
...ot(table(ff, f2)) is different and sometimes more useful than plot(ff, f2) compare data(state) par(mfcol=c(1,2)) plot( state.division, state.region)#-> plot.factor plot(table(state.division, state.region))#-> plot.table Also, try things plot(table(state.division)) Poiss.tab <- table(N = rpois(200, lam= 5)); plot(Poiss.tab) -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "b...
2001 Oct 26
2
Problem testing R version 1.3.1 (PR#1143)
...5]: Leaving directory `/proj/informatics-build/GML/R/R-1.3.1/src/library' running code in base-Ex.R ... ../../bin/R --vanilla < base-Ex.R > base-Ex.Rout make[4]: *** [base-Ex.Rout] Error 139 ===== The base-Ex.Rout being produced at this point ends with: ===== > ## 1-d tables > (Poiss.tab <- table(N = rpois(200, lam= 5))) N 0 1 2 3 4 5 6 7 8 9 10 11 18 1 4 14 21 46 40 24 14 19 11 3 2 1 ===== Does anyone have any suggestions as to what the problem may be? The configuration parametsr used are: environment parameters: CC=gcc CFLAGS=-O2 FC='g77 -L/us...
2001 Sep 14
3
R Installation problem: 'make check' errors
Hi All, I'm trying to install R from source on an Intel machine running Linux (RedHat 6.2) and I am getting errors (Error 139, Error 2, and Error 1) on 'make check'. Perhaps I've forgotten something basic? --------------------------------------------------------------------- Here's what I've done: /configure --prefix=/home1/froth/R --enable-R-shlib --with-tcltk