Re: [R] OT: 3d surfaces with transparency

2007-12-12 Thread Ben Bolker
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Deepayan Sarkar wrote: > On 12/8/07, Ben Bolker <[EMAIL PROTECTED]> wrote: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> Deepayan Sarkar wrote: >>> On 12/8/07, Ben Bolker <[EMAIL PROTECTED]> wrote: -BEGIN PGP SIGNED MESSAGE- >>

[R] Rd files with unknown encoding?

2007-12-12 Thread Spencer Graves
How can I identify the problem generating a warning in R CMD check for "Rd files with unknown encoding"? Google identified an email from John Fox with a reply from Brian Ripley about this last 12 Jun 2007. This suggests that I may have accidentally entered some possibly non-print

Re: [R] [OT] vernacular names for circular diagrams

2007-12-12 Thread ahimsa campos-arceiz
Two non-eatable examples from Spain and Japan: in Spanish we call them "diagrama de sectores" or "gráfico de sectores". As you can imagine it means "sectors diagram (or graph)". in Japanese it is called 円グラフ (en gurafu), which means "circular graph" a link with its name in other languag

Re: [R] Using predict()?

2007-12-12 Thread Daniel Nordlund
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf > Of Uwe Ligges > Sent: Wednesday, December 12, 2007 5:14 AM > To: Zembower, Kevin > Cc: r-help@r-project.org > Subject: Re: [R] Using predict()? > > > > Zembower, Kevin wrote: > > I'm trying to solve a ho

[R] Probelms on using gam(mgcv)

2007-12-12 Thread zhijie zhang
Dear all, Following the help from gam(mgcv) help page, i tried to analyze my dataset with all the default arguments. Unfortunately, it can't be run successfully. I list the errors below. #m.gam<-gam(mark~s(x,y)+s(lstday2004)+s(slope)+s(ndvi2004)+s(elevation)+s(disbinary),family=binomial(logit),

[R] ggplot2: can not find "current.grobTree()"

2007-12-12 Thread xiechao
Dear All (and Hadley), Is the function "current.grobTree()" implemented in ggplot2? According to the draft ggplot2 book, on page 43, we can get a list of all grobs with current.grobTree(). But when I try that, I get 'Error: could not find function "current.grobTree"'. However, when I try help(cu

Re: [R] Defining the "random" term in function "negbin" of AOD package

2007-12-12 Thread Lesnoff, Matthieu (ILRI)
Dear Caroline > How could I adjust this to function with the "negbin" function? > Specifically, what would I use for the required "random" term? The random argument is used to specify either a global parameter "phi" (random = ~ 1) or specific parameters "phi" for the levels of a given group fact

[R] [Not R question] using java COM bridge to pass array of double through R(D)COM SetSymbol method

2007-12-12 Thread adschai
Hi My apology as I am really getting stuck. I know that this is not appropriate to post here but I do not know where to turn to. In any case, any thoughts or experience that you could share would be really appreciated. I have a need to use java to access R on windows. And I need to spawn each

[R] sstttt....Dicari siapa saja yang mau cari sampingan ...dpt 10% per pcs nya

2007-12-12 Thread menerima pesanan bunga papan
'Sakura Florist" = menerima pesanan khusus bunga papan Menerima pesanan khusus "Bunga Papan'' untuk ucapan selamat pernikahan, ucapan belasungkawa, ucapan untuk peresmian usaha, ulang tahun, dll untuk daerah jabodetabek. Harga mulai Rp.350.000,- Terimakasih, Yenny 021 93606390 0818745955 http://b

[R] what does cut(data, breaks=n) actually do?

2007-12-12 Thread melissa cline
Hello, I'm trying to bin a quantity into 2-3 bins for calculating entropy and mutual information. One of the approaches I'm exploring is the cut() function, which is what the mutualInfo function in binDist uses. When it's called in the format cut(data, breaks=n), it somehow splits the data into

[R] MARS model implementation

2007-12-12 Thread Fernando Sanchez
Hello everybody, I have used sometimes the MARS funcion: data(trees) fit1 <- mars(trees[,-3], trees[3]) I would like to know how to build out of R the MARS function using the information contained in fit1. Thanks in advanced for your help, Fernando

Re: [R] Importing Large Dataset into Excel

2007-12-12 Thread michael watson (IAH-C)
It will be either: 1) line 528 contains a quote character somewhere: ' or " 2) line 528 contains a comma in one of the fields, not as a field separator 3) line 528 contains a comment character # -Original Message- From: [EMAIL PROTECTED] on behalf of Julian Burgos Sent: Wed 12/12/2007 6:

<    1   2