Re: [R] help comparing two median with R

2007-04-18 Thread Prof Brian D Ripley
http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Brian D. Ripley, [EMAIL PROTECTED] Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861

Re: [R] Error message when building a package

2007-01-29 Thread Prof Brian D Ripley
/R.framework/Resources/lib/ppc/libRblas.dy lib /usr/bin/libtool: unknown option character `m' in: -macosx_version_min [...] -- Brian D. Ripley, [EMAIL PROTECTED] Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865

Re: [R] building R on freebsd 6.2 (amd64)

2007-01-18 Thread Prof Brian D Ripley
? Most OSes would use /usr/local/lib64, and there is a configure setting LIBnn to cover that issue. Another solution for ELF systems is to include R_HOME/lib in the list of directories known to ldconfig. -- Brian D. Ripley, [EMAIL PROTECTED] Professor of Applied Statistics

Re: [R] Seeking advice on lattice package in R2.4.0 concerning stripplot

2006-12-15 Thread Prof Brian D Ripley
. Specifically, how can I modify the specifications in the command to produce the correct pch type in the legend as in the chart itself? Thank you very much in advance for your kind advice. Best Lin -- Brian D. Ripley, [EMAIL PROTECTED] Professor of Applied Statistics, http

Re: [R] *** caught segfault *** error

2006-12-01 Thread Prof Brian D Ripley
On Fri, 1 Dec 2006, Juanjo Abellan wrote: [...] Sorry, I didn't understand the issue about the locale and the C locale that Prof Ripley mentioned. Where could I learn about that? In the R-admin manual (but Roger will understand). -- Brian D. Ripley, [EMAIL PROTECTED

Re: [R] Install bioconductor

2006-11-11 Thread Prof Brian D Ripley
bytes URL ouverte == downloaded 3147Kb * Installing *source* package 'affyio' ... creating cache ./config.cache checking how to run the C preprocessor... cc -E checking for main in -lz... no [etc] -- Brian D. Ripley

Re: [R] Adding predicted values as a new variable in a data frame

2006-09-14 Thread Prof Brian D Ripley
have been looking through. The above looks trivial to me. It was not in R or S when lm was first introduced (1991 White Book), but was added last century (thanks to the ideas and persistent advocacy of Terry Therneau). -- Brian D. Ripley, [EMAIL PROTECTED] Professor of Applied

Re: [R] Problem setting options(error=recover) in my Rprofile.site

2006-09-14 Thread Prof Brian D Ripley
the slight overhead of subsequent require() calls if you want). -- Brian D. Ripley, [EMAIL PROTECTED] Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44

Re: [R] Parameterization puzzle

2006-07-21 Thread Prof Brian D Ripley
://www.maths.uwa.edu.au/~berwin -- Brian D. Ripley, [EMAIL PROTECTED] Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272866 (PA) Oxford OX1 3TG, UK

Re: [R] failed installing rgl

2006-07-21 Thread Prof Brian D Ripley
1904 434622 Mobile: 0044 7740 678548 ___ All New Yahoo! Mail ? Tired of [EMAIL PROTECTED]@! come-ons? Let our SpamGuard protect you. http://uk.docs.yahoo.com/nowyoucan.html -- Brian D. Ripley, [EMAIL PROTECTED] Professor

Re: [R] install RMySQL under Mac OS X 10.4.7

2006-07-05 Thread Brian D Ripley
__ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html -- Brian D. Ripley, [EMAIL PROTECTED] Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley

Re: [R] R and Java

2006-05-09 Thread Brian D Ripley
Sciences University of Houston - Downtown mailto: [EMAIL PROTECTED] ___ -- Brian D. Ripley, [EMAIL PROTECTED] Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road

Re: [R] How to access results of survival analysis

2006-05-08 Thread Prof Brian D Ripley
proposal to Thomas Lumley, the maintainer of the survival package. In that way it would be available also in future versions of survival. But all print() methods are required to return their first argument unchanged, so foo print(foo) do the same thing. See ?print. -- Brian D. Ripley

Re: [R] error in color-labeling in plot.lm

2006-05-08 Thread Prof Brian D Ripley
intended 'col' to refer to. But as title() is not going to make use of it, it should accept it. I'll see if I can adapt it suitably. -- Brian D. Ripley, [EMAIL PROTECTED] Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44

Re: [R] Link to useR! 2006 from ww.r-project.org not working

2006-05-03 Thread Prof Brian D Ripley
/useR-2006/ -- Brian D. Ripley, [EMAIL PROTECTED] Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272866 (PA) Oxford OX1 3TG, UKFax

Re: [R] Mixture normal distribution

2006-02-08 Thread Brian D Ripley
,] -0.73537275 Now I want instead of using (qnorm) the inverse of slandered normal distribution, I want to use the mixture of normal distribution, and also, I want to know how to read the data to txt file. Many thanks for your help in advance. Al-Eid -- Brian D. Ripley, [EMAIL

Re: [R] difference between rnorm(1000, 0, 1) and running rnorm(500, 0, 1) twice

2006-02-08 Thread Brian D Ripley
, they will be the same. As you know R is free software and comes with ABSOLUTELY NO WARRANTY. -- Brian D. Ripley, [EMAIL PROTECTED] Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road

Re: [R] User error (was arima.sim bug?)

2005-10-04 Thread Brian D Ripley
innovations, in particular for use in bootstrapping time series. (This started life in package boot and is used in example(tsboot).) -- Brian D. Ripley, [EMAIL PROTECTED] Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865

Re: [R] R CMD build produces tar error under FreeBSD 5.4

2005-09-25 Thread Prof Brian D Ripley
/build Thanks for your speedy and accurate response. Andrew -- Brian D. Ripley, [EMAIL PROTECTED] Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865

Re: [R] Help: lda predict

2005-08-27 Thread Brian D Ripley
been repeatedly asked to do). -- Brian D. Ripley, [EMAIL PROTECTED] Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272866 (PA) Oxford OX1 3TG, UK

Re: [R] Error in contrasts in step wise regression

2005-06-27 Thread Prof Brian D Ripley
in dat, and you should use lm(Response ~ 1, data=dat) to ensure that. And your calculation can be done more legibly as sapply(dat, function(x) length(unique(x))) .) -- Brian D. Ripley, [EMAIL PROTECTED] Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University

Re: [R] modifications to text.tree function

2005-05-12 Thread Brian D Ripley
Sirotkin __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html -- Brian D. Ripley, [EMAIL PROTECTED] Professor of Applied

Re: [R] programming conventions

2005-04-01 Thread Brian D Ripley
the latter being quite extensive. Are there some other sources that might be useful? `Writing R Extensions'. Layout is by far the most common cause of hard-to-read code. -- Brian D. Ripley, [EMAIL PROTECTED] Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley

Re: [R] about get stdout from other program

2005-04-01 Thread Brian D Ripley
on Windows 9x. A pipe or fifo if you want to wait on output from another program. -- Brian D. Ripley, [EMAIL PROTECTED] Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road

RE: [R] how i can get input from user input

2005-03-31 Thread Brian D Ripley
a tcltk-based version of choose.files(). (One of the problems with tcltk is that its widgets are OS-specific, and getting select.list to choose a reasonable height tooks ages: there needs to a fudge factor of 3 pixels/line on Unix and 1 pixel/line on Windows.) -- Brian D. Ripley

Re: [R] pictex graphics device and color

2005-03-31 Thread Brian D Ripley
information. -- Brian D. Ripley, [EMAIL PROTECTED] Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272866 (PA) Oxford OX1 3TG, UKFax: +44

Re: [R] [R-help] install problem

2005-03-22 Thread Brian D Ripley
Please let me know what is wrong. Please let us know what you did. In particular AIX is tricky, and you need to follow the instructions in the R-admin.html manual very carefully. -- Brian D. Ripley, [EMAIL PROTECTED] Professor of Applied Statistics, http://www.stats.ox.ac.uk

Re: [R] save (was cl$cluster of kmeans)

2005-03-07 Thread Brian D Ripley
you in advance. You can only save() named objects, not a single element, as its help page says. -- Brian D. Ripley, [EMAIL PROTECTED] Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks

Re: [R] R-etiquette

2005-01-09 Thread Brian D Ripley
/inst/CITATION ./strucchange/inst/CITATION ./dse/dse1/inst/CITATION ./VR/class/inst/CITATION ./VR/MASS/inst/CITATION ./VR/nnet/inst/CITATION ./VR/spatial/inst/CITATION ./limma/inst/CITATION Note too that citation() works without a CITATION file and provides a basis for customization. -- Brian D

Re: [R] Lazy-loading db setup in the R build process

2004-12-16 Thread Brian D Ripley
, but do this for all other packages. I thought about endian differences (which I gather you have here), but I don't think they matter as we use XDR format for the databases. -- Brian D. Ripley, [EMAIL PROTECTED] Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley

Re: [R] Problem with postscript graphics device driver

2004-12-16 Thread Brian D Ripley
message when using the pdf graphics device driver. -- Brian D. Ripley, [EMAIL PROTECTED] Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272866 (PA

Re: [R] Detecting incomplete commands

2004-12-16 Thread Brian D Ripley
,try(parse(textConnection(ls()),silent=T)) [1] 1 This is a lot easier at C level: see R_ext/Parse.h and `Writing R Extensions'. -- Brian D. Ripley, [EMAIL PROTECTED] Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44

Re: [R] R does not support UTF-8 (was german umlaut problem under MacOS)

2004-12-15 Thread Brian D Ripley
__ [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 -- Brian D. Ripley, [EMAIL PROTECTED] Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University

Re: [R] plot with dates

2004-12-14 Thread Brian D Ripley
data frames. -- Brian D. Ripley, [EMAIL PROTECTED] Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272866 (PA) Oxford OX1 3TG, UKFax

Re: [R] R 2.0.1 and RODBC install problem

2004-12-13 Thread Brian D Ripley
on my hdd! [...] PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html Please do as we ask. -- Brian D. Ripley, [EMAIL PROTECTED] Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865

Re: [R] bootstrap package

2004-12-13 Thread Brian D Ripley
as maintainer: see Orphaned/README. -- Brian D. Ripley, [EMAIL PROTECTED] Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272866 (PA) Oxford OX1 3TG, UK

Re: [R] Porting optimisation setup from Excel Solver to R

2004-12-10 Thread Brian D Ripley
have at least three packages that can do so. -- Brian D. Ripley, [EMAIL PROTECTED] Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272866 (PA

RE: [R] Returning to normal after call to layout()

2004-12-10 Thread Brian D Ripley
want you to treat the current device as a single region again. Please look at the example in ?layout, which does exactly that. Or look at ?par, especially mfrow and mfcol. You need to reset the appropriate par()s. -- Brian D. Ripley, [EMAIL PROTECTED] Professor of Applied

Re: [R] system() and file names with spaces

2004-12-09 Thread Brian D Ripley
guide! http://www.R-project.org/posting-guide.html -- Brian D. Ripley, [EMAIL PROTECTED] Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272866

Re: [R] POSIX

2004-12-09 Thread Brian D Ripley
On Thu, 9 Dec 2004, Omar Lakkis wrote: if I have a variable of type POSIXt POSIXct like 1969-12-31 19:00:01 EST how can I dynamicly get the year (or years if vector) and month? See ?months, or any other official documentation on dates in R. -- Brian D. Ripley, [EMAIL

Re: [R] install bug with specific JPEG library by exporting CPPFLAGS variable

2004-12-08 Thread Brian D Ripley
/X11R6/lib -lX11 -ljpeg -lpng -lz -lreadline -ldl -lncurses -lm /usr/bin/ld: ne peut trouver -ljpeg collect2: ld a retourne 1 code d'?tat d'ex?cution [...] -- Brian D. Ripley, [EMAIL PROTECTED] Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University

Re: [R] install bug with specific JPEG library by exporting CPPFLAGS variable

2004-12-08 Thread Brian D Ripley
On Wed, 8 Dec 2004, Brian D Ripley wrote: On 8 Dec 2004, Yves Magliulo wrote: Hi there, I think I have found a small problem in the /my/path/R-2.0.1/src/modules/X11/MakeFile generation. During the configure step, I have specified a specific JPEG library by exporting CPPFLAGS variable

Re: [R] RODBC on linux

2004-12-08 Thread Brian D Ripley
(or 0-length row.names) __ [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 -- Brian D. Ripley, [EMAIL PROTECTED] Professor

Re: [R] Strange error from R CMD INSTALL

2004-12-08 Thread Brian D Ripley
Extensions'. -- Brian D. Ripley, [EMAIL PROTECTED] Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272866 (PA) Oxford OX1 3TG, UKFax

Re: [R] Spare some CPU cycles for testing lme?

2004-09-14 Thread Prof Brian D Ripley
/ Douglas Bates about this and he doesn't appear to have the problem. -- Brian D. Ripley, [EMAIL PROTECTED] Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44

Re: [R] linking .lib and/or .dll files

2004-07-01 Thread Prof Brian D Ripley
: if the C++ code you are calling contains name-mangled symbols you will be in trouble as VC++ name-mangles in a unique way. In that case you need to write a piece of C++ glue code that you can compile in VC++ and that has C entry points that you can call from R. -- Brian D. Ripley

Re: [R] how to sort the contents of a list-object?

2004-05-12 Thread Prof Brian D Ripley
. ord - sort.list(RG$genes$Row) RG - lapply(RG, function(x) if(is.data.frame) x[ord,] else x[ord]) -- Brian D. Ripley, [EMAIL PROTECTED] Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks

Re: [R] Size of R user base

2004-04-20 Thread Prof Brian D Ripley
installer had an option (ticked by default) to `call home', but I don't think we would learn enough for this to be worth setting up. -- Brian D. Ripley, [EMAIL PROTECTED] Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel

Re: [R] loading into a list

2004-04-20 Thread Prof Brian D Ripley
looking for a way to implement the above function. The variables are very large and I need a lot of time to compute them, so saving loading the results is the only viable alternative. -- Brian D. Ripley, [EMAIL PROTECTED] Professor of Applied Statistics, http

Re: [R] New unique name

2004-04-19 Thread Prof Brian D Ripley
to the environment than the search path, which is what makes this tricky. I suspect Erich really only wanted to avoid objects in the current frame (which is not on the search path except for interactive use of R), but he didn't tell us too precisely. -- Brian D. Ripley, [EMAIL

Re: [R][S] library question

2004-03-24 Thread Prof Brian D Ripley
). On Wed, 24 Mar 2004, Erin Hodgess wrote: Is it possible to take one of the R libraries and put it into S+ please? R Windows XP 1.8.1 S+ Version 6.2 -- Brian D. Ripley, [EMAIL PROTECTED] Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University

Re: [R] rstandard does not produce standardized residuals

2004-02-24 Thread Prof Brian D Ripley
/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html -- Brian D. Ripley, [EMAIL PROTECTED] Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1

Re: [R] Latin 2 encoding + fonts

2004-02-04 Thread Prof Brian D Ripley
for Hershey? This is nothing to do with Hershey. All the information you need is on the help page for postscript(). -- Brian D. Ripley, [EMAIL PROTECTED] Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self

Re: [R] Winedit and R

2003-12-16 Thread Prof Brian D Ripley
not tempted to take this direction... Can anybody give me a hint? -- Brian D. Ripley, [EMAIL PROTECTED] Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road

Re: [R] Calling C function in R

2003-12-16 Thread Prof Brian D Ripley
tseries functions like adf.test or po.test from within c function. Any pointers/ code sample would be greatly appreciated. Yes, this is described with code samples in `Writing R Extensions', in the section `Evaluating R expressions from C'. -- Brian D. Ripley, [EMAIL PROTECTED

Re: [R] WinMenus - is there a way of knowing if a WinMenu or WinMenuItem already exists?

2003-12-08 Thread Prof Brian D Ripley
exists in order to remove or add it Without errors. That is I am looking for something like: WinMenuExist(menuname) and WinMenuExistItem(menuname,itemname) Are there any way asking such question of R? No. But you could contribute such functionality. -- Brian D. Ripley

Re: [R]: GLIM PROBLEMS

2003-12-02 Thread Prof Brian D Ripley
for factors are differences compared with the reference level: Factor Reference level age (17-22) __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help -- Brian D. Ripley

Re: [R] Rd Files?

2003-12-01 Thread Prof Brian D Ripley
__ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help -- Brian D. Ripley, [EMAIL PROTECTED] Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1

Re: [R] howto improve sharpeness of fonts in a jpg-image produced by R ?

2003-11-18 Thread Prof Brian D Ripley
your problems with that. -- Brian D. Ripley, [EMAIL PROTECTED] Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272860 (secr) Oxford OX1 3TG, UK

Re: [R] confint: which method attached?

2003-11-17 Thread Prof Brian D Ripley
recently, and older preconceptions do need to be checked against current information. The article `Name Space Management for R' in R-news 2003/1 may help (although it may tell you mor ethan you want to know). -- Brian D. Ripley, [EMAIL PROTECTED] Professor of Applied Statistics

Re: [R] Problem with parser and if/else

2003-11-13 Thread Prof Brian D Ripley
-392-5697 Gainesville, FL 32611-8525 (fax) 352-392-3704 __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help -- Brian D. Ripley, [EMAIL PROTECTED] Professor of Applied

Re: [R] GDB under windows

2003-11-06 Thread Prof Brian D Ripley
seen seen GDB mention in the Bloodshed Dev C++ IDE so it should be possible to use it with R? Regards, John [Using R-1.8.0 under Windows NT 4.0] -- Brian D. Ripley, [EMAIL PROTECTED] Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford

Re: [R] map does not display maps, MacOSX

2003-11-05 Thread Prof Brian D Ripley
list https://www.stat.math.ethz.ch/mailman/listinfo/r-help -- Brian D. Ripley, [EMAIL PROTECTED] Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865

Re: [R] run R under linux

2003-10-22 Thread Prof Brian D Ripley
line3} *is* a single expression. As in the example on the help page for try, you can also wrap the computation in a function call, and that is usually a good idea. -- Brian D. Ripley, [EMAIL PROTECTED] Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University

Re: [R] png() and/or jpeg(): line missing by using box(which=outer)

2003-10-21 Thread Prof Brian D Ripley
. __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help -- Brian D. Ripley, [EMAIL PROTECTED] Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford

Re: [R] ks.test()

2003-08-28 Thread Prof Brian D Ripley
is the H_0 and H_1 used in the article? H_1 is that the sample is not coming from the specified distribution in H_0 Not so: perhaps an iid sample from some other continuous distribution? -- Brian D. Ripley, [EMAIL PROTECTED] Professor of Applied Statistics, http

Re: [R] Marginal (type II) SS for powers of continuous variables ina linear model?

2003-08-14 Thread Prof Brian D Ripley
and log(x)? -- Brian D. Ripley, [EMAIL PROTECTED] Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272860 (secr) Oxford OX1 3TG, UKFax

Re: [R] label chemical formulas

2003-08-04 Thread Prof Brian D Ripley
of R (I am using R 1.7.0 on win2k). -- Brian D. Ripley, [EMAIL PROTECTED] Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272866 (PA) Oxford OX1 3TG

Re: [R] rterm

2003-07-18 Thread Prof Brian D Ripley
would like to use Rterm but i don`t know its parameters. I have searched about this issue but i havenĀ“t found anything. thank you. -- Brian D. Ripley, [EMAIL PROTECTED] Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44

Re: [R] sample function

2003-06-27 Thread Prof Brian D Ripley
as a pseudo-dandom number generator programmed with C, like it is described in Modern Applied Statics with S-Plus 3d edition chapter 5 section 2? -- Brian D. Ripley, [EMAIL PROTECTED] Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford

Re: [R] using R as a script; getting the output to display on screen

2003-06-27 Thread Prof Brian D Ripley
to know the name of the screen display device in Windows, do they? Yes, lots of people do as it is in the README.RW1071: windows(). Just add an explicit call to see graphics on-screen. -- Brian D. Ripley, [EMAIL PROTECTED] Professor of Applied Statistics, http

Re: [R] Can't save a graph to pdf in R for MacOS

2003-06-26 Thread Prof Brian D Ripley
__ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help -- Brian D. Ripley, [EMAIL

Re: [R] outlier

2003-06-18 Thread Prof Brian D Ripley
(5.30,4.78,4.79,0.62,4.32,2.33,0.64,3.14,3.06,4.73,5.72,2.21,4.81,1.74,4.93,4.74,5.81,3.88,3.03,4.72,5.79,3.43,4.07,5.93,2.26,3.70,5.32,4.56,1.52,2.54,0.26,2.79,3.67,4.44,1.46,4.26,4.49,5.29,3.26,3.87,3.12,3.97,3.49,0.45,0.76,4.49,5.29,1.94,4.69,2.80,2.75,5.16,0.74,5.81,1.46,5.24,4.00) ap - cbind(a,p) cov.rob(ap, cor=TRUE) -- Brian D. Ripley, [EMAIL PROTECTED] Professor of Applied Statistics, http

Re: [R] dyn.load() function problem help!

2003-06-18 Thread Prof Brian D Ripley
shared object, since your Fortran support libraries are not being linked against. -- Brian D. Ripley, [EMAIL PROTECTED] Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road

RE: [R] filtering ts with arima

2003-04-09 Thread Prof Brian D Ripley
https://www.stat.math.ethz.ch/mailman/listinfo/r-help __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help -- Brian D. Ripley, [EMAIL PROTECTED] Professor of Applied Statistics, http

RE: [R] command line limit?

2003-03-25 Thread Prof Brian D Ripley
and then * does a gets(3)-like operation, transferring up to buflen characters * into the buffer buf. The last two characters are set to \n\0 * to preserve sanity. and buflen is 1024 in src/main/main.c -- Brian D. Ripley, [EMAIL PROTECTED] Professor of Applied Statistics

Re: [R] na.action in model.tables and TukeyHSD

2003-02-28 Thread Prof Brian D Ripley
Pettersson [EMAIL PROTECTED] CG Pettersson [EMAIL PROTECTED] __ [EMAIL PROTECTED] mailing list http://www.stat.math.ethz.ch/mailman/listinfo/r-help -- Brian D. Ripley, [EMAIL PROTECTED] Professor of Applied Statistics, http

Re: [R] Why does 'exists' need a quoted argument?

2003-02-20 Thread Prof Brian D Ripley
to clarity or maybe a request for change. Get used to quoting things -- Brian D. Ripley, [EMAIL PROTECTED] Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road

Re: [R] multivariate sampling question again

2003-02-17 Thread Prof Brian D Ripley
, but it is very time-consuming. Do you have some good ideas? Thanks again! -- Brian D. Ripley, [EMAIL PROTECTED] Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44

Re: [R] multilm for simseg/acm

2003-02-10 Thread Prof Brian D Ripley
is wrong, and there is no Maintainer field. -- Brian D. Ripley, [EMAIL PROTECTED] Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272860 (secr) Oxford OX1

Re: [R] postgres/R access problems

2003-02-09 Thread Prof Brian D Ripley
On 10 Feb 2003, Brendan Murray wrote: I have a problem that has exhausted my ingenuity and would like pointers to a solution, or at least where to debug. - I am using R and postgresql. And which R package are you using, which version, from which repository? -- Brian D. Ripley

Re: [R] floating point question

2003-01-31 Thread Prof Brian D Ripley
-- Brian D. Ripley, [EMAIL PROTECTED] Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272860 (secr) Oxford OX1 3TG, UKFax: +44 1865

Re: [R] printing reals from C with digits

2003-01-29 Thread Prof Brian D Ripley
PrintValue(). You are not meant to (and it is not safe to) mess with R's printing internals, and these structures change even at patch releases. -- Brian D. Ripley, [EMAIL PROTECTED] Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford

Re: [R] Logistic regression: At times correlation matrix ofcoefficients gets messed up

2003-01-21 Thread Prof Brian D Ripley
, 1 RACEblack 1 RACEother . . attr(,legend) [1] 0 ` ' 0.3 `.' 0.6 `,' 0.8 `+' 0.9 `*' 0.95 `B' 1 - I couldn't figure out how to interpret it. Here is the sequence of commands and the complete output. (I am using R 1.6.2) -- Brian D. Ripley

Re: [R] read.table(file=clipboard,...) for R?

2003-01-20 Thread Prof Brian D Ripley
On Mon, 20 Jan 2003, Prof Brian D Ripley wrote: On Mon, 20 Jan 2003, David Parkhurst wrote: I use read.table(file=clipboard,...) a lot in s-plus (under windows 2000), but it does not seem to work in R (and is not in the help screen for read.table). Am I missing something? Would