Re: [R] Error loading workspaces after upgrade

2013-04-12 Thread Tamas Barjak
YES, it's work! Fine! Thank you! I wait for the R-patch. Regards, Tamas 2013/4/12 Duncan Murdoch > On 12/04/2013 7:14 AM, Tamas Barjak wrote: > >> Dear Members, >> I upgraded R from 2.15.3 to 3.0.0 (binary) on my WinXP and now I can't >> load my workspaces.

[R] Error loading workspaces after upgrade

2013-04-12 Thread Tamas Barjak
Dear Members, I upgraded R from 2.15.3 to 3.0.0 (binary) on my WinXP and now I can't load my workspaces. The error message is: "Error: requested primitive type is not consistent with cached value During startup - Warning message: unable to restore saved data in .RData" Any idea to fix that? Than

[R] Rcmdr vs SPSS in hungarian

2011-04-21 Thread Tamas Barjak
Remélem valaki ezt is elolvassa, megérti, és válaszol a problémámra. A gondom a következõ: Kiszámoltattam a maradékokat az R commanderrel, és az SPSS -el is. És itt kezdõdik igazán a gond. Az SPSS a Studentizált törölt maradékokra ugyanazt az eredményt dobta, mint az Rcmdr a Studentizált maradéko

[R] Rcmdr vs SPSS

2011-04-20 Thread Tamas Barjak
Hy all! Excuse me for the inaccurate composition, but I do not speak well in English. I noticed a mistake in Rcmdr (?) -- Models menu --- Add observation statistics to data --- Studentized residuals. My output : (Rcmdr !!!) rstudent.RegModel.1 (= *Studentized residuals*) -1.5690952 -0.0697492

Re: [R] error in saved .csv

2011-03-01 Thread Tamas Barjak
uld be using write.table. > > On Tue, Mar 1, 2011 at 4:36 PM, Tamas Barjak > wrote: > > Help me please! > > > > I would like to be saved a data table: > > > > write.csv(random.t1, "place", dec=",", append = T, quote = FALSE, sep = " >

[R] error in saved .csv

2011-03-01 Thread Tamas Barjak
Help me please! I would like to be saved a data table: write.csv(random.t1, "place", dec=",", append = T, quote = FALSE, sep = " ", qmethod = "double", eol = "\n", row.names=F) It's OK! But the rows of file 1,1,21042,-4084.87179487179,2457.66483516483,-582.275562799881 2,2,23846,-6383.8648018

Re: [R] poisson distribution

2010-09-06 Thread tamas barjak
Successful! Thank you! 2010/9/6 David Winsemius > > On Sep 6, 2010, at 1:13 PM, tamas barjak wrote: > > Hello! >> >> I need some help. >> How I know it to draw the formula of the poisson distribution? >> >> expr<-expression(P(xi ==

[R] poisson distribution

2010-09-06 Thread tamas barjak
Hello! I need some help. How I know it to draw the formula of the poisson distribution? expr<-expression(P(xi == k) == frac(lambda^k, factorial(k))*e^-lambda) ---> not good on the screen the " k! " not the Poisson Formula, but "factorial(k)" Thanx! [[alternative HTML version deleted]]

Re: [R] binomial distribution

2010-08-28 Thread tamas barjak
Perfect! Thank You! 2010/8/28 Peter Dalgaard > On 08/28/2010 10:23 PM, tamas barjak wrote: > > Hello! > > > > I need some help. > > How I know it to draw the formula of the binomial distribution? > > > > expr<-expression(P(xi == k) == choose(n, k)* p

[R] binomial distribution

2010-08-28 Thread tamas barjak
Hello! I need some help. How I know it to draw the formula of the binomial distribution? expr<-expression(P(xi == k) == choose(n, k)* p^k*(1-p)^(n-k)) ---> not good on the screen the "choose(n, k)" not the Binomial Formula, but "choose(n, k)" Thanx! [[alternative HTML version deleted]]

Re: [R] 2 simple question

2010-04-25 Thread tamas barjak
Yes, seems a wiser step really. Thank you! Tamas 2010/4/25 Jim Lemon > On 04/25/2010 06:27 AM, tamas barjak wrote: > >> Hi >> >> I do not speak in English very well, I'm sorry. >> >> I try good: >> >> layout(matrix(1:4,ncol=2, byrow=T)) = p

Re: [R] 2 simple question

2010-04-24 Thread tamas barjak
Hi I do not speak in English very well, I'm sorry. I try good: layout(matrix(1:4,ncol=2, byrow=T)) = par(mfrow=c(2, 2)) plot(1,1) <--- anddoes plot in the upper left corner plot(2, 2) <--- upper right corner BUT, I like plot( n, m) for example lower right corner, or lower left corner, or again

Re: [R] 2 simple question

2010-04-23 Thread tamas barjak
Thank you! But, I'm sorry, cannot be understood what I wrote...(I'm sorry, I use a machine translation program)... Well: I share out onto 4 parts the graphical area: >layout(matrix(1:4,ncol=2, byrow=T)) I would like to choose onto which I draw example: >plot(x, y, ...) <--- I would like 1 No

[R] 2 simple question

2010-04-23 Thread tamas barjak
Hi All! I have 2 plain questions: 1.) I know that very primitive question, but that to grant it, that the drawing on the screen divided up onto which part draw for example: layout(matrix(1:4,ncol=2, byrow=T)) plot(x, y, ...) <--- 1. screen plot(y, z, ...) <--- 3. screen plot(z, x, ...) <---

[R] 2 simple question

2010-04-23 Thread tamas barjak
Hi All! I have 2 plain questions: 1.) I know that very primitive question, but that to grant it, that the drawing on the screen divided up onto which part draw for example: layout(matrix(1:4,ncol=2, byrow=T)) plot(x, y, ...) <--- 1. screen plot(y, z, ...) <--- 2. screen etc... 2.) How I c

[R] simple question

2010-04-23 Thread tamas barjak
Hi All! I know that very primitive question, but that to grant it, that the drawing on the screen divided up onto which part draw for example: layout(matrix(1:4,ncol=2, byrow=T)) plot(x, y, ...) <--- 1. screen plot(y, z, ...) <--- 2. screen etc... Thank you! [[alternative HTML vers

[R] index ordering

2010-04-22 Thread tamas barjak
Hi All! I have a problem that I do not know it how it is necessary to query an index belonging to a given value. Somebody would help? [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listin

[R] RNG

2010-04-21 Thread tamas barjak
Hi all! I would like to generate random numbers between 0 and 1. How can I do this? I downloaded it single RNG but it generates ones between only 1 and 1...:( Thank you for the help! Tamas [[alternative HTML version deleted]] __ R-help@r-

[R] "some problems"

2010-04-20 Thread tamas barjak
Dear R community! I am a mathematician listener, and I have to rewrite some source codes from Matlab to R. I would like to ask a solution of people who are skilled at him better hereby, because it is very new for me R and I do not receive it final result than in Matlab. So the problem: --- Let u