[R] Holt-Winters problem

2013-07-26 Thread Przemek Gawin
This post has NOT been accepted by the mailing list yet. This post was updated on Jul 26, 2013; 4:40pm. Hello, Two days ago I started my journey with R, and right now I'm struck on Holtwinters, and have no idea, what I'm doing wrong. So now, I'll show step by step what I've been doing. Actually it

[R] finding the lowest which is not an outlier

2012-11-15 Thread przemek
Hello, If I have a series of numbers, and I want to find the level (the lowest value) on which each series is becam significant in the meaning of of frequency. In other words, how to find the value of lowest point (number) which is not an outlier? Thanks in advance Przemek -- View this

Re: [R] sm.density.compare - a lot of curves

2012-01-03 Thread przemek
Dear Jorge, I appreciate your help. I didn't forget this arguments, I just didn't know it ;) Now I adjust my code and it works well. Thanks a lot! If I can have one more question: g <- rep(c(1, 2), each = 1000) what if the number of values is not equal? Przemek -- View th

[R] sm.density.compare - a lot of curves

2012-01-02 Thread przemek
Dear all, Let say I have a sets of numbers: rno1 = rnorm(1000) rno2 = rnorm(1000) If I write request as follow: sm.density.compare (rno, rno3, xfit=min(rno), max(rno2)) why I receive a lot of curves in my plot, while I have only two data sets? regards Przemek -- View this message in context

[R] Problem with gam() after R update

2011-08-01 Thread Przemek Jura
Dear group, I experience some problems with gam() function after R update to version 2.13.1 The function in both gam and mgcv packages stopped to work. Before, with the same code I used, everything was fine. The function from gam package yields following warning: Residual degrees of freedom are

Re: [R] How to determine if R is 64 bit compiled under Unix-alike?

2010-07-05 Thread Przemek Grabowicz
On 07/05/2010 10:52 PM, Marcin Jaworski wrote: Try: .Machine$sizeof.pointer If you get 8, you are riding 64 bit R. If you get 4, your R is 32-bit one. I got 8, so should be 64 bits. But I have problems with some package, could it be that it is 32-bit? It was installed using: R CMD INST

[R] How to determine if R is 64 bit compiled under Unix-alike?

2010-07-05 Thread Przemek Grabowicz
Under MacOS I had R64 executive and it was clear. Under Ubuntu, which I do not have administrative rights to, there is only R executive. It seems that I can allocate more than 3GB of memory, however not everything seems to work the same/right as with R64 under MacOS. Pms.