Re: pre-compiled win binaries (was: Re: [R] Quantreg Package)

2003-10-25 Thread Uwe Ligges
FYI: quantreg_3.32.tar.gz passes Rcmd check on Windows and the binary will be on CRAN within a couple of days (I don't know when CRAN master mirrors my archives again, because of the announced shutdown). I will try to get automated e-mails to package maintainers of "erroneous" (in Windows) package

Re: [R] error in documentation

2003-10-25 Thread Martin Maechler
> "Rajarshi" == Rajarshi Guha <[EMAIL PROTECTED]> > on 24 Oct 2003 10:17:34 -0400 writes: Rajarshi> Hi, there appears to be an error in the Rajarshi> documentation for fanny. In the Details section, Rajarshi> the equation representing the objective function Rajarshi> ha

Re: [R] neural networks

2003-10-25 Thread Martin Maechler
> "Pauline" == Pauline Gu <[EMAIL PROTECTED]> > on Fri, 24 Oct 2003 10:03:23 -0700 writes: Pauline> Hello, experts, Does the number of input for Pauline> training set need to be the same as the number of Pauline> input for the data set that I am trying to predict Paulin

Re: [R] browseURL() bug

2003-10-25 Thread Uwe Ligges
Olivia Lau wrote: Hi, I'm getting the following warning: browseURL("http://www.r-project.org/";) No running window found. Xlib: extension "RENDER" missing on display ":1.0". This also comes up with htmlhelp = TRUE. Is there any way to supress the warning? No - at least not easily. I'm

[R] Whats wrong with NextMethod("[[<-")?

2003-10-25 Thread Eryk Wolski
Hi! Given a list object "myA" with several fields i want to construct the assignment function "[[<-.myA" which behaves differently dependent of the class of the arguments (value). If value are a myB object it should append(assign) this massvector to the data field of myA object if its any other o

RE: [R] possible win.metafile( ) problem?

2003-10-25 Thread Paul, David A
Sorry, I should have mentioned that at the end of each script I have been using dev.off(). -david paul __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help

RE: [R] Whats wrong with NextMethod("[[<-")?

2003-10-25 Thread Henrik Bengtsson
Hi. NextMethod("[[<-") do indeed call the "next" "[[<-"() method. The thing is that it is also return the update object, which you are *not* taking care of. You are just returning the same object again. So here is what you want: "[[<-.myA"<-function(mvl,name,value) { if(data.class(value) == "myB

RE: [R] Whats wrong with NextMethod("[[<-")?

2003-10-25 Thread Prof Brian Ripley
On Sat, 25 Oct 2003, Henrik Bengtsson wrote: > Hi. NextMethod("[[<-") do indeed call the "next" "[[<-"() method. The > thing is that it is also return the update object, which you are *not* > taking care of. You are just returning the same object again. So here is > what you want: > > "[[<-.myA"<

[R] memory optimization and use of recursion

2003-10-25 Thread Andrej Kveder
Hi listers, In light with the recent discussion on the optimizing the use of memory in straneous proceudres i present you m problem, and hope to some additional ideas. I'm running a simualtion that in each step uses quite an amount of memory (but not exceedingly) - just to give you an idea - I cre

[R] compiling documentation into dvi form

2003-10-25 Thread Faheem Mitha
Dear People, Perhaps I am missing something, but I;m trying to get the documentation for the Rmpi package in a printable form. I've tried doing faheem ~>R CMD Rd2dvi /usr/local/lib/R/site-library/Rmpi/ Hmm ... looks like a package Converting Rd files to LaTeX ... /usr/local/lib/R/site-library/Rm

RE: [R] Whats wrong with NextMethod("[[<-")?

2003-10-25 Thread Henrik Bengtsson
> -Original Message- > From: Prof Brian Ripley [mailto:[EMAIL PROTECTED] > Sent: den 25 oktober 2003 18:01 > To: Henrik Bengtsson > Cc: 'Eryk Wolski'; [EMAIL PROTECTED] > Subject: RE: [R] Whats wrong with NextMethod("[[<-")? > > > On Sat, 25 Oct 2003, Henrik Bengtsson wrote: > > > Hi. N

Re: [R] Variance-covariance matrix for beta hat and b hat from lme

2003-10-25 Thread Haifeng \(Kevin\) Xie
Dear Prof. Bates, Many thanks for your reply. I think I will resolve to manually reading off the necessary information from the summary report produced by summary.lme and calculate the variance-covariance matrix based on expressions given in Laird & Ware (1982) and Henderson (1975). In particular

[R] commenting demos

2003-10-25 Thread Olivia Lau
Hi, Is there a way to make demo() print comments along with the code and output? For example, if I use something like readline("..."), demo prints both readline("...") and ...; as far as I can tell, this is also true of print() and cat(). I just want students to stop and think about every comman

Re: [R] possible win.metafile( ) problem?

2003-10-25 Thread Kuantsai Lee
Just a suggestion: After displaying the graph on the screen, have you tried saving the graph to file (from the menu, File -> Save As -> ...) to see if files saved this way behaved similarly? At 05:14 PM 10/24/2003 -0400, Paul, David A wrote: R1.8.0, Win2k: When I run the code lset( list( back