Re: [Rd] 2.3.0 make install fails on solaris

2006-05-10 Thread Peter Dalgaard
echo $f ; done but not on Linux boxes with bash 3.x. However, I don't think we assume bash 3.x (or bash as such for that matter and sh has same issue on Solaris 9), so it is indeed a bug. -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics

Re: [Rd] combn(n, k, ...) and all its re-inventions

2006-05-09 Thread Peter Dalgaard
be desirable to have an option, assume.scalar or so, to specify that the function always returns a single scalar. -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K (*) \(*) -- University of Copenhagen

Re: [Rd] ? bug in 'sample' (PR#8813)

2006-04-27 Thread Peter Dalgaard
version deleted]] __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K

Re: [Rd] Installation oddity on Fedora Core 5 (PR#8814)

2006-04-27 Thread Peter Dalgaard
try with that. I am simply reinstalling FC5 *disabling* the SElinux and see what happens. I will keep you posted. Of course, yum install R R-devel gets you to your target much faster... -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept

Re: [Rd] xyplot (PR#8778)

2006-04-18 Thread Peter Dalgaard
272861 (self) 1 South Parks Road, +44 1865 272866 (PA) Oxford OX1 3TG, UKFax: +44 1865 272595 __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel -- O__ Peter Dalgaard

Re: [Rd] Crash in de()

2006-04-17 Thread Peter Dalgaard
Peter Dalgaard [EMAIL PROTECTED] writes: Juan Santiago Ramseyer [EMAIL PROTECTED] writes: SYSTEM: -- CPU: AMD64 MOTHERBOARD: ASUS OS: FEDORA CORE 5 i64_86 R SESSION: -- teste-list(a=c(1,2,3,4),b=c(2,4,6,8)) teste $a [1] 1 2 3 4 $b [1

Re: [Rd] Crash in de()

2006-04-16 Thread Peter Dalgaard
. -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K (*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918 ~~ - ([EMAIL PROTECTED]) FAX: (+45) 35327907

Re: [Rd] make check of R-alpha_2006-04-08_r37675 fails: qbeta

2006-04-14 Thread Peter Dalgaard
(self) 1 South Parks Road, +44 1865 272866 (PA) Oxford OX1 3TG, UKFax: +44 1865 272595__ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel -- O__ Peter Dalgaard

Re: [Rd] make check of R-alpha_2006-04-08_r37675 fails: qbeta

2006-04-09 Thread Peter Dalgaard
. I don't see it with a current version either. What happens if you reduce the optimization level? (I've tried both -g and -g -O3). Is that -std=gnu99 bit necessary? -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014

Re: [Rd] Substitute() changed since R2.3.0 (2006-02-02 r37243)?

2006-03-29 Thread Peter Dalgaard
to the two lines: yaa - function(...) substitute(list(...)) yaa(foo(...)) which gives list(foo()) in 2.3.0 alpha and used to give list(foo(...)). -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K

Re: [Rd] Safe to UNPROTECT() when object is assigned to a list?

2006-03-27 Thread Peter Dalgaard
); UNPROTECT(3); return(ans); } Thanks /Henrik __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept

Re: [Rd] pbinom( ) function (PR#8700)

2006-03-22 Thread Peter Dalgaard
to counts from relative frequencies). -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K (*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918 ~~ - ([EMAIL PROTECTED

Re: [Rd] anova.mlm (single-model case) does not handle factors? (PR#8679)

2006-03-17 Thread Peter Dalgaard
.) -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K (*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918 ~~ - ([EMAIL PROTECTED]) FAX: (+45) 35327907

Re: [Rd] collation order

2006-03-17 Thread Peter Dalgaard
Assoc. Professor, Biostatistics [EMAIL PROTECTED] University of Washington, Seattle __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B

Re: [Rd] sub returns garbage (PR#8687)

2006-03-16 Thread Peter Dalgaard
language R __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K

Re: [Rd] sub returns garbage (PR#8687)

2006-03-16 Thread Peter Dalgaard
Peter Dalgaard [EMAIL PROTECTED] writes: [EMAIL PROTECTED] writes: Full_Name: Todd Bailey Version: 2.1 Er, 2.2.1 OS: Mac OS-X 10.4.3 Submission from: (NULL) (87.112.79.124) sub returns garbage in some strings when replacing something with nothing and fixed=TRUE

Re: [Rd] PR#6614

2006-02-27 Thread Peter Dalgaard
Bill Dunlap [EMAIL PROTECTED] writes: On Wed, 23 Feb 2006, Peter Dalgaard wrote: Gabor Grothendieck [EMAIL PROTECTED] writes: Try this: subset(iris, select = - Species) Or, canonically, nm - names(iris) iris[, nm != Species ] iris[, -match(Species, nm)] On 2

Re: [Rd] PR#6614

2006-02-22 Thread Peter Dalgaard
/listinfo/r-devel __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K

Re: [Rd] Arguments of 'transform'

2006-02-11 Thread Peter Dalgaard
should never be taken lightly as there could be people using the current ones. Just another little seed. ...which is connected to my grievances with attach() c the other day. Something about transform() just isn't The Right Way. -- O__ Peter Dalgaard Øster Farimagsgade 5

Re: [Rd] ?bquote

2006-02-10 Thread Peter Dalgaard
]) : object a not found and that you need expression(a[1]) instead. I think this implies that you'd have to use as.expression(bquote()) which is a bit nasty. I'm not sure this isn't a bug in boxplot, though. -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept

Re: [Rd] Accuracy of dnorm (PR#8586)

2006-02-10 Thread Peter Dalgaard
this error is consistent in various version and os. What's wrong with it??? (pnorm(0.01,mean=0.04,sd=0.3) - pnorm(0,mean=0.04,sd=0.3))/.01 [1] 1.318040 -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K

Re: [Rd] pbinom with size argument 0 (PR#8560)

2006-02-06 Thread Peter Dalgaard
-point distribution at zero. Same thing as any(logical(0)) etc., really. -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K (*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918

Re: [Rd] pbinom with size argument 0 (PR#8560)

2006-02-03 Thread Peter Dalgaard
://stat.ethz.ch/mailman/listinfo/r-devel -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K (*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918 ~~ - ([EMAIL PROTECTED

Re: [Rd] R 2.1.1 installation fails under Suse 10.0 (PR#8533)

2006-01-29 Thread Peter Dalgaard
compat-gcc). And: It is not considered a bug that versions of R do not work/build with OS releases which didn't exist at the time -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K (*) \(*) -- University

Re: [Rd] read.table with : in column names (PR#8511)

2006-01-20 Thread Peter Dalgaard
to character. I'm not sure whether there could be a rationale for it, but it isn't S-PLUS compatible (not 6.2.1 anyway, which is the most recent one that I have access to). -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph

Re: [Rd] read.table with : in column names (PR#8511)

2006-01-20 Thread Peter Dalgaard
ADDRESSES ON BUG REPORTS IS BLOODY UNFORGIVEABLE! G -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K (*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918 ~~ - ([EMAIL

Re: [Rd] as.character on list (was read.table with : in column names)

2006-01-20 Thread Peter Dalgaard
to break things in unexpected places if you change it. One could perhaps argue for a data.frame method, since coercion operations on dataframes are rare and that is a case where people get factors where they wanted character columns. Agreed. -- O__ Peter Dalgaard Øster

Re: [Rd] problem with replicate and ... (PR#8472)

2006-01-11 Thread Peter Dalgaard
that it works... -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K (*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918 ~~ - ([EMAIL PROTECTED]) FAX: (+45) 35327907

Re: [Rd] eigen()

2006-01-10 Thread Peter Dalgaard
Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K (*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918 ~~ - ([EMAIL PROTECTED]) FAX: (+45) 35327907

Re: [Rd] eigen()

2006-01-10 Thread Peter Dalgaard
Peter Dalgaard [EMAIL PROTECTED] writes: Robin Hankin [EMAIL PROTECTED] writes: Hi I am having difficulty with eigen() on R-devel_2006-01-05.tar.gz Specifically, in R-2.2.0 I get expected behaviour: eigen(matrix(1:100,10,10),FALSE,TRUE)$values [1] 5.208398e+02

Re: [Rd] eigen()

2006-01-10 Thread Peter Dalgaard
Hin-Tak Leung [EMAIL PROTECTED] writes: Peter Dalgaard wrote: Robin Hankin [EMAIL PROTECTED] writes: Hi I am having difficulty with eigen() on R-devel_2006-01-05.tar.gz Specifically, in R-2.2.0 I get expected behaviour: eigen(matrix(1:100,10,10),FALSE,TRUE)$values [1

Re: [Rd] eigen()

2006-01-10 Thread Peter Dalgaard
) Which is in fact Pentium 4 EMT (not to be confused with ia64 which is Itanium, AFAIR). I don't see how anyone could figure that out from the information given, though... -p On Tue, 10 Jan 2006, Robin Hankin wrote: On 10 Jan 2006, at 14:14, Peter Dalgaard wrote: Strange

Re: [Rd] Multiplication (PR#8466)

2006-01-06 Thread Peter Dalgaard
. -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K (*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918 ~~ - ([EMAIL PROTECTED]) FAX: (+45) 35327907

Re: [Rd] R crash with complex matrix algebra when using EISPACK=TRUE

2006-01-03 Thread Peter Dalgaard
Ole F. Christensen [EMAIL PROTECTED] writes: Brain, Thank you very much for your help. * You seem to be using call-by-value semantics rather than call-by-name... -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099

Re: [Rd] CRAN and R v2.2.1 for Windows

2005-12-21 Thread Peter Dalgaard
beta during the beta period. The release script ends with cd $SRCDIR echo $REL Patched VERSION svn commit -m setup patch version so I believe this is a temporary situation and that r-patched will become 2.2.1 Patched next time around. -- O__ Peter Dalgaard Øster Farimagsgade

Re: [Rd] CRAN task view: Multivariate

2005-12-14 Thread Peter Dalgaard
__ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K (*) \(*) -- University of Copenhagen Denmark

Re: [Rd] 0/1 vector for indexing leads to funny behaviour (PR#8389) (maybe a documentation deficiency?)

2005-12-14 Thread Peter Dalgaard
__ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K (*) \(*) -- University of Copenhagen Denmark

Re: [Rd] [R] data.frame() size

2005-12-12 Thread Peter Dalgaard
called a different name so it isn't affected by this argument). Hin-Tak -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K (*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918

Re: [Rd] qt for df 1

2005-12-08 Thread Peter Dalgaard
page has: For 'qt' only values of at least one are currently supported. and someone must have written that... R does have pt for df 1, so a temporary fix using uniroot() seems doable. -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics

Re: [Rd] multinom crashes (when I do something stupid) (PR#8358)

2005-11-30 Thread Peter Dalgaard
//libR.so #8 0x2ac7e712 in Rf_eval () from /usr/lib64/R/lib//libR.so I.e. it is within internal C code from the nnet package, so the error most likely belongs to the package, not R at large. -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept

Re: [Rd] Infinite recursion in S3 methods crashes R on windows (related to PR#8203?)

2005-11-24 Thread Peter Dalgaard
__ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K (*) \(*) -- University of Copenhagen Denmark

Re: [Rd] write.csv ignores 'row.names'

2005-11-24 Thread Peter Dalgaard
]] __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel -- O__ Peter Dalgaard Øster Farimagsgade

Re: [Rd] x[1,], x[1,,], x[1,,,], ...

2005-11-23 Thread Peter Dalgaard
(2,2,3,2) i - 2:3 ndim - length(dim(x)) ix - as.list(rep(TRUE, ndim)) ix[[1]] - i do.call([, c(list(x), ix)) -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K (*) \(*) -- University of Copenhagen Denmark

Re: [Rd] Malformed package name (PR#8314)

2005-11-16 Thread Peter Dalgaard
. -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K (*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918 ~~ - ([EMAIL PROTECTED]) FAX: (+45) 35327907

[Rd] Recursive dependencies(Rcmdr)

2005-11-11 Thread Peter Dalgaard
, linux-gnu status major2 minor2.0 year 2005 month10 day 06 svn rev 35749 language R .libPaths() [1] /home/bs/pd/Rlibrary /usr/lib64/R/library -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph

Re: [Rd] # symbol in input data (PR#8296)

2005-11-10 Thread Peter Dalgaard
. __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K (*) \(*) -- University

Re: [Rd] shared-mime-info (PR#8278)

2005-11-04 Thread Peter Dalgaard
[EMAIL PROTECTED] writes: Hi, On 03 Nov 2005 12:41:53 +0100, Peter Dalgaard [EMAIL PROTECTED] wr= ote: [EMAIL PROTECTED] writes: We do not usually put features in R which are specific to just some distributions of some OSes, and in this case to one editor on those. We do

Re: [Rd] shared-mime-info (PR#8278)

2005-11-04 Thread Peter Dalgaard
Vaidotas Zemlys [EMAIL PROTECTED] writes: Hi, On 04 Nov 2005 13:51:56 +0100, Peter Dalgaard [EMAIL PROTECTED] wrote: One further thought about this: On SUSE, rpm -qif /usr/share/mime/ points at http://www.freedesktop.org/wiki/Software_2fshared_2dmime_2dinfo So I guess

Re: [Rd] shared-mime-info (PR#8278)

2005-11-04 Thread Peter Dalgaard
Paul Roebuck [EMAIL PROTECTED] writes: On Fri, 4 Nov 2005, Peter Dalgaard wrote: Vaidotas Zemlys [EMAIL PROTECTED] writes: [SNIP] Also 6. Rprofile files .Rprofile or Rprofile. .Renviron? Yes, but you seem to have forgotten to keep r-devel in the circuit... -- O__

Re: [Rd] shared-mime-info (PR#8278)

2005-11-03 Thread Peter Dalgaard
don't usually get .sig's added to those. We had dozens of messages from VZ on the regular mail lists, all without a formal .sig, so this would seem to be the least appropriate time to complain. -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics

Re: [Rd] configure error under FC 4 64 bit (PR#8276)

2005-11-02 Thread Peter Dalgaard
) also read the section on what is a bug and what is not a bug in http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html#R%20Bugs (c) If you are that new to compiling R on FC4, why not use the RPMs from Fedora Extra? -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c

Re: [Rd] [R] unvectorized option for outer()

2005-10-30 Thread Peter Dalgaard
(A,alpha) mapply(ssd, A, alpha) (Anybody want to try their hand on writing a general Vectorize() function? I.e. one that allowed outer(Avec, alphavec, Vectorize(ssd)) to work.) -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box

Re: [Rd] R patched for Windows missing

2005-10-26 Thread Peter Dalgaard
-project.org/mirrors.html;mirror near you/A. BR This corresponds to the file named BSetupR.exe/B or Brw.exe/B in pre-2.2.0 releases./TD /TR /TBODY /TABLE -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014

Re: [Rd] unexpected '[-.data.frame' result

2005-10-26 Thread Peter Dalgaard
to be else { x[[jj]] - vjj[FALSE] length(x[[jj]]) - nrows x[[jj]][iseq] - vjj } -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K (*) \(*) -- University

Re: [Rd] error from make: gcc -shared -L/usr/local/lib64 ... relocation R_X86_64_32...

2005-10-25 Thread Peter Dalgaard
-libf2c-32-3.2.3-47.fc4 [EMAIL PROTECTED] ~]$ rpm -qf /usr/lib/gcc-lib/i386-redhat-linux/3.2.3/libg2c.a compat-gcc-32-g77-3.2.3-47.fc4 (Notice that they're not the same...) So the point is to install the libf2c thingie, whatever the name is on RHEL4. -- O__ Peter Dalgaard Øster

Re: [Rd] Rgnome depends on obsolete components libglade/libxml (PR#8247)

2005-10-24 Thread Peter Dalgaard
. But what is the wish? You mean get it upgraded to xml2 and glade2? Patches would likely be accepted... -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K (*) \(*) -- University of Copenhagen Denmark Ph

Re: [Rd] Single vs. dual CPUs

2005-10-21 Thread Peter Dalgaard
tend to be server machines with little emphasis on quietness, where the single-CPU machines have heatpipes and whatnot. -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K (*) \(*) -- University of Copenhagen

Re: [Rd] md5sum for R-2.2.0-win32.exe ??

2005-10-20 Thread Peter Dalgaard
in the same location as the binary. If one is tampered with, the other one could be too. For the main release, I always send the md5sums via the mailing lists. -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K

Re: [Rd] [R-gui] R GUI considerations (was: R, Wine, and multi-threadedness)

2005-10-17 Thread Peter Dalgaard
/mailman/listinfo/r-devel ___ R-SIG-GUI mailing list R-SIG-GUI@stat.math.ethz.ch https://stat.ethz.ch/mailman/listinfo/r-sig-gui -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099

Re: [Rd] BIC doesn't work for glm(family=binomial()) (PR#8208)

2005-10-16 Thread Peter Dalgaard
(binomial) observation or 79 (Bernoulli) ones?? So BIC may not be defined. In which sense is this a bug, anyway? The BIC function is defined inside the nlme package which is not designed to work with anything but continuous data. -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B

Re: [Rd] Hiccup in installing R 2.2.0

2005-10-15 Thread Peter Dalgaard
. The thing that might help would be to remove all the Rtmp* directories at boot and periodically before PID wraparound.) -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K (*) \(*) -- University of Copenhagen

Re: [Rd] drop() and [(), and apply()

2005-10-15 Thread Peter Dalgaard
your apply() construct returns a vector with the right names, but loses the name of the names, at which point there is no way to retrieve them. -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K

Re: [Rd] Compilation of R-2.2.0 under SUSE 10

2005-10-14 Thread Peter Dalgaard
a Fortran compiler. -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K (*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918 ~~ - ([EMAIL PROTECTED]) FAX: (+45) 35327907

Re: [Rd] Compilation of R-2.2.0 under SUSE 10

2005-10-14 Thread Peter Dalgaard
shlib_cxxldflags=-shared fi Now, the natural guess is that ${G77} wasn't set earlier on, so look for the place where it figures out the Fortran compiler. On Friday 14 October 2005 14:19, Peter Dalgaard wrote: Rainer M Krug [EMAIL PROTECTED] writes: Hi I hope this is the right list

Re: [Rd] R crashes for large formulas in lm() (PR#8180)

2005-10-05 Thread Peter Dalgaard
77 fax: +33 (0)4 72 91 34 61 portable: +33 (0)6 84 10 64 10 http://www.lyon.inserm.fr/371/ __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel -- O__ Peter Dalgaard Øster Farimagsgade 5

Re: [Rd] Ad: Re: R crashes for large formulas in lm() (PR#8180)

2005-10-05 Thread Peter Dalgaard
and it shouldn't. (Try it for smaller values of 8) y~(x1+x2+x3+x4+x5+x6+x7+x8)^2 should be same as the second formula, modulo the syntax error. -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K

Re: [Rd] by() processing on a dataframe

2005-09-30 Thread Peter Dalgaard
() and by() both die for lack of memory. Any suggestions on how to do what I want, without using SAS? Have you tried aggregate()? Alternatively, you migth split on interaction(, drop=TRUE) -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept

Re: [Rd] looks in liblapack.a not liblapack.so

2005-09-28 Thread Peter Dalgaard
José Matos [EMAIL PROTECTED] writes: Peter Dalgaard wrote: Hmm. Doesn't look like it is actually working, though. Install lapack-devel, configure --with-lapack, and make check dies with running code in 'base-Ex.R' ...make[4]: *** [base-Ex.Rout] Error 1 make[4]: Leaving directory

Re: [Rd] looks in liblapack.a not liblapack.so

2005-09-22 Thread Peter Dalgaard
routine 'DGEBRD' gave error code -10 Execution halted This happens on both x86_64 and x86 installs of FC4. I have a strong sense of deja vu regarding this error. -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph

Re: [Rd] looks in liblapack.a not liblapack.so

2005-09-22 Thread Peter Dalgaard
the installed version to your hardware, if it could narrow the choice down to a dozen versions or so. It's not easy though, since not only the CPU/FPU types factor in, but also cache sizes and memory speeds. -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept

Re: [Rd] as.data.frame segfaults on large lists (PR#8141)

2005-09-18 Thread Peter Dalgaard
information. You could try running under gdb and see where things go wrong for you. -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K (*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918

Re: [Rd] possible bug in model.matrix

2005-09-13 Thread Peter Dalgaard
] 2 $minor [1] 2.0 $year [1] 2005 $month [1] 09 $day [1] 12 $svn rev [1] 35558 $language [1] R __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel -- O__ Peter Dalgaard

Re: [Rd] C macros and Makevars/package building

2005-09-09 Thread Peter Dalgaard
__ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K (*) \(*) -- University of Copenhagen Denmark

Re: [Rd] nls fails to return correlation matrix (PR#8127)

2005-09-09 Thread Peter Dalgaard
‘,’ 0.8 ‘+’ 0.9 ‘*’ 0.95 ‘B’ 1 And the problem was??? You may not like the graphical representation, but it is not a bug. Just use print(summary(fit),symbolic.cor=FALSE) to get rid of it. -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics

Re: [Rd] .Call and Segmentation Fault

2005-09-04 Thread Peter Dalgaard
! H Did you ever tell us 1) Exactly what your platform is 2) How you generated the shared library (R CMD SHLIB, or?) 3) What you did to load it into R ? -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K

Re: [Rd] 64 bit R for Windows

2005-09-02 Thread Peter Dalgaard
(2^48, 256TB)?. -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K (*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918 ~~ - ([EMAIL PROTECTED]) FAX: (+45) 35327907

Re: [Rd] 64 bit R for Windows

2005-09-02 Thread Peter Dalgaard
Martin Maechler [EMAIL PROTECTED] writes: PD == Peter Dalgaard [EMAIL PROTECTED] on 02 Sep 2005 18:48:24 +0200 writes: PD Milton Lopez [EMAIL PROTECTED] writes: I appreciate the update. We will consider using Linux, which leads me to one more question: what

[Rd] R 2.2.0 slated for October 6

2005-09-01 Thread Peter Dalgaard
-dev-web/trunk/index.html). As usual, it is strongly preferred if bugs are discovered prior to the release and not immediately afterwards! Please do try the alpha/beta releases and report back any errors. On behalf of the R Core Team Peter Dalgaard -- O__ Peter Dalgaard

Re: [Rd] update.packages forces Tcl/Tk interface despite ask=TRUE if the DISPLAY environment variable is set (PR#8115)

2005-08-31 Thread Peter Dalgaard
a text menu. So something appears not right with your Tcl/Tk configuration. -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K (*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918

Re: [Rd] Build Portland Group Compiler

2005-08-31 Thread Peter Dalgaard
and see what causes configure to conclude that you cannot run C compiled programs. -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K (*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918

Re: [Rd] .Call and Segmentation Fault

2005-08-30 Thread Peter Dalgaard
then bt after the segfault. (Make sure that things are compiled with -g option) -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K (*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918

Re: [Rd] bug in L-BFGS-B? (PR#8099)

2005-08-27 Thread Peter Dalgaard
(5,5), method=L-BFGS-B) optim(f, lower=c(0,0), par=c(5,5), method=L-BFGS-B, hess=T) -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K (*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918

Re: [Rd] quirky behavior from rbinom (PR#8071)

2005-08-16 Thread Peter Dalgaard
with this. Here is a transcript from the debug session: Browse[1] theP [1] 1 Browse[1] yleft[dataIndex] [1] 3 Browse[1] rbinom(1,3,1) [1] 3 Browse[1] rbinom(1,yleft[dataIndex], theP) [1] NaN Strange, huh? What is theP - 1? rbinom(1,3,1+1e-10) [1] NaN 1+1e-10 [1] 1 -- O__ Peter

Re: [Rd] Problem building R

2005-07-19 Thread Peter Dalgaard
builddir? Perhaps get rid of the @ in @if and the 2/dev/null so we get to see a bit more of the the error messages. What you're seeing is consistent with an error return from find, I think. So perhaps look at the permission in the srcdir? Just a conjecture. -- O__ Peter Dalgaard

Re: [Rd] Computer algebra in R - would that be an idea??

2005-07-17 Thread Peter Dalgaard
?) but it could be worth it anyway. The main thing that it would require is an extended Yacas API which allows you to create Yacas objects from C code. -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K

Re: [Rd] Computer algebra in R - would that be an idea??

2005-07-17 Thread Peter Dalgaard
to add that this sounds very exciting. I agree! I am working on a Java port at the moment. I will try to make some time later this evening or perhaps somewhere this week. Sounds good. I wish I had more time for this, but there's a deadline approaching... -- O__ Peter Dalgaard

Re: [Rd] Sweave resource leak: leftover temp files (PR#7999)

2005-07-08 Thread Peter Dalgaard
of all bug reports to r-devel, but there's not going to be a nice way to save the followups automagically. Users will also likely be requested to obtain a password and login before submitting a bug. -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept

Re: [Rd] R_alloc problems in R v1.11

2005-07-06 Thread Peter Dalgaard
to be bigger than *n, so I don't see how you'd get that far. -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K (*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918 ~~ - ([EMAIL

Re: [Rd] R 2.1.1 slated for June 20

2005-06-14 Thread Peter Dalgaard
Marc Schwartz [EMAIL PROTECTED] writes: On Fri, 2005-06-10 at 14:57 +0100, Prof Brian Ripley wrote: On Fri, 10 Jun 2005, Peter Dalgaard wrote: The next version of R will be released (barring force majeure) on June 20th, with beta versions available starting Monday. Please do

<    7   8   9   10   11   12