ripley@stats.ox.ac.uk
2003-May-06 10:44 UTC
[Rd] Opening previous workspace in Windows (PR#2890) (fwd)
Filing the response on R-bugs. It's quite possible that uninstalling R will damage this, but I would have expected it to be removed entirely. -- Brian D. Ripley, ripley@stats.ox.ac.uk 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 Fax: +44 1865 272595 ---------- Forwarded message ---------- Date: Tue, 6 May 2003 09:36:18 +0100 From: Heather Turner <Heather.L.Turner@exeter.ac.uk> To: Prof Brian D Ripley <ripley@stats.ox.ac.uk> Subject: Re: [Rd] Opening previous workspace in Windows (PR#2890) On Thu, 1 May 2003 16:06:07 +0100 (GMT Daylight Time) Prof Brian D Ripley <ripley@stats.ox.ac.uk> wrote:> Could you please check the file associations. In Windows Explorer go to > `File options | File types' and look at RDATA. The `open' command > should > be something like > > "c:\Program Files\R\rw1070\bin\RGui.exe" "%1" > > and the behaviour you report is what I would expect if the second pair > of > quotes is missing. (If perchance it is, that tells you how to repair > this, although it would not tell us how it went wrong ....)Your expectation was correct - adding "%1" to the open command fixes the problem. I think it might have happened because I installed the new version before uninstalling the old version - although the files were still associated with the new version so it's a bit odd that it was just the second part of the open command that was wrong. However, I didn't have the problem on my home computer (WinXP) when I uninstalled the old version first so I expect that's where I went wrong. Thanks for the fix, Heather ------------------- Mrs H L Turner School of Mathematical Sciences Laver Building North Park Road Exeter EX4 4QE Heather.L.Turner@exeter.ac.uk Tel: (01392) 264465
Hi, I spent some time now trying to understand how functions for the computation of contrasts contr.foo(n, contrasts=TRUE) passed to model.matrix are called. My problem is that for the computation of some contrasts one needs `n' to be the number of observations at each level of the factor of interest and for others the number of levels is sufficient. For example, `contr.treatment' has code for handling vector valued `n' (and ?contrasts states that `n' may be a vector). Where can I find the condition under which `n = nlevel(x)' or `n table(x)' or how can I define what I would like to see? Best, Torsten
Apparently Analagous Threads
- Compilation help!
- Opening previous workspace in Windows (PR#2890)
- chron is.weekend() function
- Windows dll compilation (mingw32): how to find R.h and other head er files when sketching short functions
- Windows dll compilation (mingw32): how to find R.h and ot her head er files when sketching short functions