Re: [R] Memory management

2007-04-11 Thread yoooooo
I guess I have more reading to do Are there any website that I can read up on memory management, or specifically what happen when we 'pass in' variables, which strategy is better at which situation? Thanks~ - y Prof Brian Ripley wrote: > > On Tue, 10 Apr 2007, yoo wrote: > >>

[R] Boxplot with quartiles generated from different algorithms

2007-04-11 Thread Pietrzykowski, Matthew \(GE, Research\)
R users: I am trying to replicate the boxplot output I achieve with Minitab in R. I realize that R gives the user many more options on the algorithm used to calculate the IQR than Minitab, so I concentrated on type=6 when using the quantile() function in R. The problem I am having is setting the

[R] ASYMMETRIC DCC MGARCH

2007-04-11 Thread James Raoul
Hello, Does any one know any implementation of the Asymmetric (in volatility) DCC MGARCH. I used the toolbox of sheppard but I have some problems in generalizing the GARCH-DCC-MGARCH to the Asymmetric one (EGARCH -DCC-MGARCH, GJR- DCC-MGARCH) Would you please correct to me the code that I

Re: [R] Random Forest Imputations [Broadcast]

2007-04-11 Thread Ricky Jacob
I am currently using R 2.4.1 version. Am using the yaImpute package for k-NN imputation.. http://forest.moscowfsl.wsu.edu/gems/yaImpute.pdf In yaImpute, i am using the yai function which uses randomForest as a method for finding out the k-Nearest Neighbours.. http://cran.r-project.org/doc/package

Re: [R] Random Forest Imputations [Broadcast]

2007-04-11 Thread Liaw, Andy
Please provide the information the posting guide asks (version of R, packages used, version of package used, etc). There are no yaImpute() or yai() functions in the randomForest package. Andy From: [EMAIL PROTECTED] on behalf of Ricky Jacob Sent: Wed 4/11/200

Re: [R] p-values and significance

2007-04-11 Thread Bernd Dittmann
Hi Paul, here's a lm model to illustrate this: > summary(lm(y~x.1+x.2)) Call: lm(formula = y ~ x.1 + x.2) Residuals: Min 1Q Median 3QMax -0.0561359 -0.0054020 0.0004553 0.0056516 0.0515817 Coefficients: Estimate Std. Error t value Pr(>|t|)

Re: [R] enable-R-shlib ?

2007-04-11 Thread Prof Brian Ripley
You'll find the definitive discussion in the R-admin manual. On Wed, 11 Apr 2007, Bernardo Rangel Tura wrote: > > Hi R Masters! > > > Recently I migrated to Ubuntu Linux [I a former windows user]. > > Now I think compile a 64-bit R version for my computer [Turion AMD], but > I not sure if using t

[R] Random Forest Imputations

2007-04-11 Thread Ricky Jacob
Dear All, I am not able to run the random forest with my dataset.. X<- 280 records with satellite data(28 columns) - B1min, b1max, b1std etc.. y<- 280 records with 3 columns - TotBasal Area, Stem density and Volume yref <- y[1:230,] #Keeping 1st 230 records as reference records want to set

[R] enable-R-shlib ?

2007-04-11 Thread Bernardo Rangel Tura
Hi R Masters! Recently I migrated to Ubuntu Linux [I a former windows user]. Now I think compile a 64-bit R version for my computer [Turion AMD], but I not sure if using the configure option --enable-R-shlib. I note this option is usefull for some GUI like gnomeGui and JGR, but this will go pe

Re: [R] Computing fundamental harmonics from a periodogram

2007-04-11 Thread Uwe Ligges
hadley wickham wrote: > Dear all, > > I'm trying to finding the fundamental harmonics (ie. peaks in a > periodogram) from a time series (extracted from an mp3). For example, > if I look at > > spectrum(fdeaths, spans = c(3,3)) A heuristical procedure for finding fundamentals of a monophonic

Re: [R] Boxplot names format

2007-04-11 Thread Jose Sierra
Thank you very much Peters. it runs Peter Danenberg escribió: >> I create a boxplot but the names are too longs and i cant see them >> complete. >> > > If you're referring to labels on the x-axis, Jose, I'll > sometimes rotate them and increase the bottom margin: > > # Incr

Re: [R] Boxplot names format

2007-04-11 Thread Peter Danenberg
> I create a boxplot but the names are too longs and i cant see them > complete. If you're referring to labels on the x-axis, Jose, I'll sometimes rotate them and increase the bottom margin: # Increase bottom margin by 0.1 par(omd=c(0,1,0.1,1)) boxplot(...) # Add perpendi

Re: [R] sas.get problem

2007-04-11 Thread Charles Dupont
John Kane wrote: > I have 3 SAS files all in the directory F:/sas, two > data files > and a format file : > form.ea1.sas7bdat > form.ea2.sas7bdat > sas.fmts.sas7bdat > > F is a USB. > > I am trying import them to R using "sas.get". > > I have not used SAS since I was downloading data from > ma

[R] Boxplot names format

2007-04-11 Thread Jose Sierra
Hello. I need help. I create a boxplot but the names are too longs and i can´t see them complete. How can i format its size and font? How can i resize the boxplot? Thanks and regards. Ramon Diaz-Uriarte escribió: > On 4/11/07, AJ Rossini <[EMAIL PROTECTED]> wrote: > >> On Tuesday 10 April 2

Re: [R] Rserve and R to R communication

2007-04-11 Thread Ramon Diaz-Uriarte
On 4/11/07, AJ Rossini <[EMAIL PROTECTED]> wrote: > On Tuesday 10 April 2007 23:17, Ramon Diaz-Uriarte wrote: > > > Of course, you are right there. I think that might still be the case. > > At the time we made our decision, and decided to go for MPI, MPI 2 was > > already out, and MPI seemed "more

[R] hypothesis testing

2007-04-11 Thread genomenet
Hi there, Can anyone tell me how to test a null hypothesis such as: h0:u1=u2=u3=u4 AND u5<>u6 <> means 'not equal' Thank you very much. Fan __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the postin

<    1   2