[R] MailMonitor Alert

2004-12-12 Thread mmsmtp
Scanner: MMSMTP2.0 Problem description: Scanning message headers: Body part: 1 [] SAV sweep results: Body part: 2 [Part-2.zip] SAV sweep results: A virus was detected. Virus found: W32/Netsky-Z Virus found: W32/Netsky-Z

[R] Help : generating correlation matrix with a particular structure

2004-12-12 Thread Siew Leng TENG
Hi, I would like to generate a correlation matrix with a particular structure. For example, a 3n x 3n matrix : A_(nxn) aI_(nxn) bI_(nxn) aI_(nxn) A_(nxn) cI_(nxn) aI_(nxn) cI_(nxn) A_(nxn) where - A_(nxn) is a *specified* symmetric, positive definite nxn matrix. - I_(nxn) is an identity

Re: [R] Help : generating correlation matrix with a particular structure

2004-12-12 Thread Peter Dalgaard
Siew Leng TENG [EMAIL PROTECTED] writes: Hi, I would like to generate a correlation matrix with a particular structure. For example, a 3n x 3n matrix : A_(nxn) aI_(nxn) bI_(nxn) aI_(nxn) A_(nxn) cI_(nxn) aI_(nxn) cI_(nxn) A_(nxn) where - A_(nxn) is a *specified* symmetric,

[R] R-2.0.0 on ARM (Sharp Zaurus)

2004-12-12 Thread Simon Pickering
Hi All, I've recently dusted off my cross-compiling hat and decided to add R to the OpenEmbedded build environment (this is used to build the OpenZaurus/Familiar distributions for the Zaurus/iPAQ amongst other things - I note there's also work underway to add the Psion 5mx etc. to OpenEmbedded).

[R] R

2004-12-12 Thread biolearner
R __ [EMAIL PROTECTED] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Re: [R] Help : generating correlation matrix with a particular structure

2004-12-12 Thread Gabor Grothendieck
Siew Leng TENG siewlengteng at yahoo.com writes: : : Hi, : : I would like to generate a correlation matrix with a : particular structure. For example, a 3n x 3n matrix : : A_(nxn) aI_(nxn) bI_(nxn) : aI_(nxn) A_(nxn) cI_(nxn) : aI_(nxn) cI_(nxn) A_(nxn) : : where : - A_(nxn) is a

Re: [R] Help : generating correlation matrix with a particular structure

2004-12-12 Thread Spencer Graves
Extending what Gabor and Peter have already said, the following should provide a partial solution: patternCor3 - function(A=diag(2), a=1:3){ # nk x nk covariance correlation matrices # k = length(a); abs(a) = min(diag(A) minV.A - min(diag(A)) if(any(adj.a - abs(a)minV.A)){

[R] firefox and R 201

2004-12-12 Thread Mark Hempelmann
please help. why is it that i cannot open html help pages out of the R menu? here is what I do: using browser firefox1.0 (open source!), java plugin jre 150 installed, supposedly working properly. opening R201patched, html help, link:search engine and keywords: works properly, jre symbol

[R] switching to Linux, suggestions?

2004-12-12 Thread Thomas W Volscho
Dear List, I have acquired a new desktop and wanted to put a free OS on it. I am trying Fedora Core 1, but not sure what the best Linux OS is for using R 2.0.1? Thank you in advance for your input, Tom Volscho Thomas W. Volscho Graduate Student

Re: [R] firefox and R 201

2004-12-12 Thread Peter Dalgaard
[EMAIL PROTECTED] (Mark Hempelmann) writes: please help. why is it that i cannot open html help pages out of the R menu? here is what I do: using browser firefox1.0 (open source!), java plugin jre 150 installed, supposedly working properly. opening R201patched, html help, link:search

Re: [R] US 2004 Elections map

2004-12-12 Thread Hedderik van Rijn
Hi, I've updated the page with the US election maps, now using white instead of purple for counties that are 50/50 (thanks to Gregoire Thomas for the code). I like this graph, it relays the information a lot better. (Note that New England's missing counties are white as well.) I also removed

Re: [R] switching to Linux, suggestions?

2004-12-12 Thread Juan Antonio Caballero
El dom, 12-12-2004 a las 15:23 -0500, Thomas W Volscho escribió: Dear List, I have acquired a new desktop and wanted to put a free OS on it. I am trying Fedora Core 1, but not sure what the best Linux OS is for using R 2.0.1? Thank you in advance for your input, Tom Volscho I used R in

Re: [R] Is k equivalent to k:k ?

2004-12-12 Thread Marcus Davy
Havent seen anything on R-devel yet on this topic, but if the elseif statement on line 43 of seq.default was else if (length.out == 0) double(0) instead of else if (length.out == 0) numeric(0) then that *might* satisfy Richard A. O'Keefe's comment for length=0:n cases

[R] errors when trying to rename data frame columns

2004-12-12 Thread bogdan romocea
Dear R users, I need to rename the columns of a series of data frames. The names of the data frames and those of the columns need to be pulled from some vectors. I tried a couple of things but only got errors. What am I missing? #---create data frame dframes - c(a,b,c)

[R] 'object.size' takes a long time to return a value

2004-12-12 Thread james . holtman
I was using 'object.size' to see how much memory a list was taking up. After executing the command, I had thought that my computer had locked up. After further testing, I determined that it was taking 241 seconds for object.size to return a value. I did notice in the release notes that

[R] Multiv. NR

2004-12-12 Thread Benilton Carvalho
Do you know if R has any multiv. Newton-Raphson routine implemented? __ [EMAIL PROTECTED] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

RE: [R] switching to Linux, suggestions?

2004-12-12 Thread Mohamed Abdolell
Have you tried Qunatian? http://dirk.eddelbuettel.com/quantian.html Not only does it have R 2.0.1, but it's got a whole bunch of other programs already installed, including emacs, TeX, kile, and many more apps. It's debian and based on clusterKnoppix. You can run it live or install it to hard

Re: [R] Parallel computing in Splus?

2004-12-12 Thread Seth Falcon
On Dec 11, 2004, at 9:42 AM, Lun Li wrote: Does anyone know if there is any function or package provides parallel computing in splus? Consider using R and take a look at the SNOW package. __ [EMAIL PROTECTED] mailing list

[R] Re: [R-sig-finance] dates and times on Windows for fMetrics

2004-12-12 Thread Diethelm Wuertz
# Here is the solution: require(fBasics) # Be sure that R is running in time zone GMT. # Set your Windows environment variable to GMT # Your PC Windows clock can still run in any other time zone! # My clock is now running in Zurich in Europe. Date= c(2003-10-09, 2003-10-10, 2003-10-13,

[R] Re: [R-sig-finance] dates and times on Windows for fMetrics

2004-12-12 Thread Tom Mulholland
Diethelm Wuertz wrote: ... # OOPS ... # The DST rules are missing after 1992. ... We don't have daylight saving anymore,(the running joke here is that it fades the curtains too quickly) and it's been that way for at least a decade. So I don't think there are any missing rules. I'm just on my

Re: [R] switching to Linux, suggestions?

2004-12-12 Thread Yuandan Zhang
I have both desktop and laptop with Fedora core 3. R 2.0.1 are working well on all PCs. There is a problem with Fedora core 3 on HP nx500 laptop. The display resolution is 1024x768 according to HP's description. However, during the installation, there were only two options on display

[R] Re: [R-sig-finance] dates and times on Windows for fMetrics

2004-12-12 Thread Diethelm Wuertz
Thanks for this information. I will take care about DST in Australia for the next Rmetrics release. Thanks Diethelm Tom Mulholland wrote: Diethelm Wuertz wrote: ... # OOPS ... # The DST rules are missing after 1992. ... We don't have daylight saving anymore,(the running joke here is that it

[R] about vsn

2004-12-12 Thread
Hello sir: As to the variance stabilization method which is applied in the vsnpackage under R environment,here's a question about the ratio of the 2 channels: After applying vsn,we can get new_cy5 and new_cy3 intensity according to the original cy5 and cy3 intensity respectively. And the new_cy5

[R] AIC, glm, lognormal distribution

2004-12-12 Thread Benjamin M. Osborne
I'm attempting to do model selection with AIC, using a glm and a lognormal distribution, but: fit1-glm(BA~Year,data=pdat.sp1.65.04, family=gaussian(link=log)) ## gives the same result as either of the following: fit1-glm(BA~Year,data=pdat.sp1.65.04, family=gaussian)

RE: [R] AIC, glm, lognormal distribution

2004-12-12 Thread Bill.Venables
Benjamin, A couple of points: fit - glm(y ~ x, gaussian(link = log)) does NOT fit a model with a lognormal response distribution. It fits a non-linear regression model with an ordinary gaussian response distribution. This model has constant variance, whereas the lognormal model (which you

[R] correlations

2004-12-12 Thread klea lambrou
__ [EMAIL PROTECTED] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

[R] MailMonitor Alert

2004-12-12 Thread mmsmtp
Scanner: MMSMTP2.0 Problem description: Scanning message headers: Body part: 1 [] SAV sweep results: Body part: 2 [Part-2.zip] SAV sweep results: A virus was detected. Virus found: W32/Netsky-Z Virus found: W32/Netsky-Z

[R] makeARIMA() for SARIMA models

2004-12-12 Thread Brian pfeng
I am carrying out my project titulation in Models of state space and Kalman filtering. I was commended to carry out the applications in R, what implies that I am beginner in him. I have not had big problems, the program is very flexible. I modeled a time of serie with a SARIMA (3,1,2) (1,1,2)

Re: [R] switching to Linux, suggestions?

2004-12-12 Thread lederer
Hi, recently, i installed Gentoo in addition to SuSE on my Laptop. In order to see whether it was worth the effort, i did a small benchmark for R under SuSE and Gentoo. I guess, that the benchmarks under SuSE are also approximately valid for other binary distributions. As a consequence,

Re: [R] errors when trying to rename data frame columns

2004-12-12 Thread Gabor Grothendieck
bogdan romocea br44114 at yahoo.com writes: : : Dear R users, : : I need to rename the columns of a series of data frames. The names of : the data frames and those of the columns need to be pulled from some : vectors. I tried a couple of things but only got errors. What am I : missing? : :