Re: [R] R strange behaviour when building huge concatenation

2012-11-28 Thread Jagat.K.Sheth
angeloimm > Sent: Wednesday, November 28, 2012 2:12 AM > To: r-help@r-project.org > Subject: Re: [R] R strange behaviour when building huge concatenation > > Hello John > Thank you for the tips > I already tried by using RKWard and RStudio and I got the same > error...so I

Re: [R] R strange behaviour when building huge concatenation

2012-11-28 Thread John Kane
> -Original Message- > From: angelo...@gmail.com > Sent: Wed, 28 Nov 2012 00:12:27 -0800 (PST) > To: r-help@r-project.org > Subject: Re: [R] R strange behaviour when building huge concatenation > > Hello John > Thank you for the tips > I already tried by usi

Re: [R] R strange behaviour when building huge concatenation

2012-11-28 Thread angeloimm
- > > From: [hidden email]<http://user/SendEmail.jtp?type=node&node=4651040&i=0> > > Sent: Tue, 27 Nov 2012 07:04:13 -0800 (PST) > > To: [hidden email]<http://user/SendEmail.jtp?type=node&node=4651040&i=1> > > Subject: Re: [R] R strange behaviour wh

Re: [R] R strange behaviour when building huge concatenation

2012-11-27 Thread John Kane
ST) > To: r-help@r-project.org > Subject: Re: [R] R strange behaviour when building huge concatenation > > Hello John > It seems correct to me too but in my R console it seems to not be working > Here there is what I did: > i copied the statement on one row (leaving and removin

Re: [R] R strange behaviour when building huge concatenation

2012-11-27 Thread Milan Bouchet-Valat
Le mardi 27 novembre 2012 à 07:04 -0800, angeloimm a écrit : > Hello John > It seems correct to me too but in my R console it seems to not be working > Here there is what I did: > i copied the statement on one row (leaving and removing the final useless > semi colomn) > i tried to execute it in the

Re: [R] R strange behaviour when building huge concatenation

2012-11-27 Thread Jagat.K.Sheth
To: r-help@r-project.org > Subject: Re: [R] R strange behaviour when building huge concatenation > > Hello John > It seems correct to me too but in my R console it seems to not be > working > Here there is what I did: > i copied the statement on one row (leaving and removing the

Re: [R] R strange behaviour when building huge concatenation

2012-11-27 Thread angeloimm
Hello John It seems correct to me too but in my R console it seems to not be working Here there is what I did: i copied the statement on one row (leaving and removing the final useless semi colomn) i tried to execute it in the R console (in order to open my R console I simply opened a terminal wind

Re: [R] R strange behaviour when building huge concatenation

2012-11-27 Thread John Kane
nal Message- > From: angelo...@gmail.com > Sent: Mon, 26 Nov 2012 13:24:28 -0800 (PST) > To: r-help@r-project.org > Subject: Re: [R] R strange behaviour when building huge concatenation > > Any idea on the reason why the instruction > p1x<-c(2, 1, 0, 0, 0, 7, 1, 0, 2, 0, 5,

Re: [R] R strange behaviour when building huge concatenation

2012-11-27 Thread Rui Barradas
Hello, That instruction gave me no problems. I've tried it with and without the useless end semi-colon and all went well. Something to do with your R session? Try it in a new session to see if it works. Hope this helps, Rui Barradas Em 26-11-2012 21:24, angeloimm escreveu: Any idea on the r

Re: [R] R strange behaviour when building huge concatenation

2012-11-26 Thread angeloimm
Any idea on the reason why the instruction p1x<-c(2, 1, 0, 0, 0, 7, 1, 0, 2, 0, 5, 0, 0, 0, 0, 0, 10, 1, 3, 0, 2, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 12, 0, 0, 1, 0, 0, 0, 0, 0, 0, 2, 1, 0, 1, 0, 4, 0, 1, 0, 0, 0, 2, 0, 0, 3, 0, 0, 1, 0, 1, 0, 0, 0, 3, 0, 0, 1,

[R] R strange behaviour when building huge concatenation

2012-11-26 Thread angeloimm
Hello I'm using some R code in order to use the model BG-NBD implementation I'm using Java and I call R by using RCaller. I must admit that i'm really really new to R so maybe I'm doing something wrong. I use the code on this URL: http://code.google.com/p/clv-master-thesis/