search for: mcw

Displaying 20 results from an estimated 70 matches for "mcw".

Did you mean: mcl
1999 Jan 06
2
ESS or R problem editing functions
...s worse. So the function is no longer there. If I create a new version to compare performance using a slightly different mechanism: f.count.these.patterns.3 <- f.count.these.patterns, and try to edit is (using control-c control-d), I get up *not* the function I just created, but an old file mcw.f.count.these.patterns.3.R with my old discarded version. I can list the function correctly (typing its name at the R prompt), but can't seem to edit it. If I create f.count.these.patterns.4 (which has never existed before), I can edit it without any problems. So I guess I need to know how...
2004 Nov 11
3
R "sumo" package suggestion
...test2 <- packageStatus()$avail["Status"] install.packages(row.names(test2)[which(test2$Status=="not installed")]) } ---------- Rodney Sparapani Medical College of Wisconsin Sr. Biostatistician Patient Care & Outcomes Research rsparapa at mcw.edu http://www.mcw.edu/pcor Was 'Name That Tune' rigged? WWLD -- What Would Lombardi Do
2004 Apr 28
1
(PR#6815): build fails for foreign with Sun Forte
...be somewhere in the configure process. After make install, then use the original source as follows and everything should work: R CMD INSTALL foreign_0.6-6.tar.gz Rodney Sparapani Medical College of Wisconsin Sr. Biostatistician Patient Care & Outcomes Research rsparapa@mcw.edu http://www.mcw.edu/pcor Was 'Name That Tune' rigged? WWLD -- What Would Lombardi Do
1995 May 30
1
Announcing FreeBSD 2.0.5 ALPHA!
It gives me great pleasure to announce the release of FreeBSD 2.0.5-ALPHA! 2.0.5A represents a significant improvement over FreeBSD 2.0R and is our release-candidate for 2.0.5R later on this week. We're doing a short ALPHA release in order to shake out any glaring bugs before rolling 2.0.5R and moving on to 2.1R, which is the bigger goal. If you're looking for 2.1R, then THIS ISN'T
2008 Jul 12
1
[ESS] Process SAS is not running... error on Ubuntu
It does appear the ess package on CRAN for Ubuntu 8.04 fails to install the file 'ess-sas-sh-command'. This prevents invoking SAS via 'M-x SAS'. http://cran.mirrors.hoobly.com/bin/linux/ubuntu/README.html --Dale On Fri, Jul 11, 2008 at 12:39 PM, Rodney Sparapani <rsparapa at mcw.edu> wrote: > Dale Steele wrote: >> >> I re-installed from Hardy packages on CRAN. Same error occurs. Still >> can't seem to find 'ess-sas-sh-command' file, ie. not in directory >> listing below. Any further hints? Thanks. --Dale >> >> dste...
1999 Dec 07
1
problem compiling: alpha/linux: sqrttsu
Hi, all. In trying to compile R v.0.90 on an alpha running Red Hat Linux 6.0, I'm getting the following error: make[3]: Entering directory `/home/mcw/alpha-R/R-0.90.0/src/appl' gcc -I. -I../include -I../../src/include -DHAVE_CONFIG_H -mieee -g -O2 -c cpoly.c -o cpoly.o /tmp/ccPjZNwd.s: Assembler messages: /tmp/ccPjZNwd.s:312: Error: unknown opcode `sqrttsu' /tmp/ccPjZNwd.s:2631: Error: unknown opcode `sqrttsu' /tmp/ccPjZNwd.s:402...
2011 May 30
2
Group by multiple variables
Hello, I would like to create a group variable that is based on the values of three variables: For example, > dat <- data.frame(A=c(1,1,1,1,1,2,2,2,2,2), B=c(1,1,1,5,5,5,9,9,9,9), C=c(1,1,1,1,1,2,2,7,7,7)) > dat A B C 1 1 1 1 2 1 1 1 3 1 1 1 4 1 5 1 5 1 5 1 6 2 5 2 7 2 9 2 8 2 9 7 9 2 9 7 10 2 9 7 All rows that that are
1999 Feb 16
3
graphics bug: type="l" (PR#120)
The following commands illustrate a problem with graphing relatively large data sets using the "line" option to plot: temp <- runif(200000) # or whatever other numbers you like; # same thing happens with a sine wave plot(1:200000, temp) # everything fine plot(1:200000, temp, type="l") # data gets cut off The number of points isn't crucial. The cutoff point
2007 Jun 04
2
missing IntegerFromString()
I have created a DLL not so long ago using C code. My code used the IntegerFromString() function that used to be exported in the Rinternals.h header file (and thus easily accessible). Recently I upgraded to R 2.5.0 and my DLL stopped working. I see that the IntegerFromString() function is not exported in any of the header files in the RHOME\include directory. Is it possible for me to use it
2014 Feb 27
1
R and LANGUAGE
Diverted from ESS-help. It is really about R's LANGUAGE, locales and then a wish for sessionInfo() : >>>>> Sparapani, Rodney <rsparapa at mcw.edu> >>>>> on Thu, 20 Feb 2014 19:39:33 +0000 writes: >> Just guessing: perhaps this is something that is set when >> R is initialized and not queried every time something is >> printed? >> >> Kasper > Hi Kasper:...
2000 Dec 13
1
comparing ancova models
...ation criteria for this, which give different results from one another. (Assuming that what I should look for is just a decrease to mean better prediction.) Any advice and/or references appreciated. Thanks, Matt Wiener Laboratory of Neuropsychology NIMH/NIH Bethesda, MD 20892 301-496-5625 x254 mcw at ln.nimh.nih.gov -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r...
2004 Apr 23
2
make fails with Sun Forte compiler (PR#6815)
Full_Name: rodney sparapani Version: 1.9.0 OS: Solaris 9 Submission from: (NULL) (141.106.120.97) I'm following the instructions for the Sun Forte compiler. I had success with 1.8.1 so I think the compiler settings are correct (config.site): CC="cc -xarch=v8plusa" CFLAGS="-xO5 -xlibmil -dalign" F77="f95 -xarch=v8plusa" FFLAGS="-xO5
2002 Aug 07
1
ESS assigns .Last.value to the wrong place in R
...e most prominent example is options() which is > used for manipulating .Options (see also the R FAQ): this is currently > visible to the user but it really should not. > > Let me discuss our strategy re .Last.value with some r-core members. Also, Rodney Sparapani <rsparapa@post.its.mcw.edu> suggested: > I may be in way over my head here. But, I think there is a 4th solution. > Have ESS save .Last.value as some other variable in .GlobalEnv like > .Last.value.saved. That way .Last.value would not be hidden, and it could > still be retreived if someone had done a he...
2010 Aug 11
4
Arbitrary number of covariates in a formula
Hello! I have something like this: test1 <- data.frame(intx=c(4,3,1,1,2,2,3), status=c(1,1,1,0,1,1,0), x1=c(0,2,1,1,1,0,0), x2=c(1,1,0,0,2,2,0), sex=c(0,0,0,0,1,1,1)) and I can easily fit a cox model: library(survival) coxph(Surv(intx,status) ~ x1 + x2 + strata(sex),test1) However, I want to
1999 Dec 07
1
Bug list summary (automatic post)
...might be 0 or 1 Directory: Documentation * PR# 323 * Subject: { and } in examples get confused in help From: Prof Brian Ripley <ripley@stats.ox.ac.uk> Date: Sun, 14 Nov 1999 22:51:43 GMT Directory: Graphics * PR# 120 * Subject: graphics bug: type="l" From: Matthew Wiener <mcw@ln.nimh.nih.gov> Date: Tue, 16 Feb 1999 15:30:25 -0500 (EST) --X server problem drawing > 64K lines at once. Workaround? * PR# 149 * Subject: plot.formula and pch= From: Peter Dalgaard BSA <p.dalgaard@biostat.ku.dk> Date: 25 Mar 1999 21:22:44 +0100 --plot(y~x,pch=z) may subset x and y b...
1999 Sep 05
1
data frame component replacement: feature or bug? (PR#266)
Matthew Wiener <mcw@ln.nimh.nih.gov> writes: > t1 <- data.frame(matrix(rnorm(16), nc=4)) > t1$X1 <- 1 > t1$X2 <- 2 > print(t1) > Error: dim<- length of dims do not match the length of object Well, it is prototype-compatible. Splus 5.3 does likewise. A way out is t1<-data.frame(unc...
1999 Dec 18
0
compiling on alpha/linux
...------------------------------------- On Tue, 7 Dec 1999, Matthew Wiener wrote: > > > Hi, all. > > > > In trying to compile R v.0.90 on an alpha running Red Hat Linux 6.0, I'm > > getting the following error: > > > > make[3]: Entering directory `/home/mcw/alpha-R/R-0.90.0/src/appl' > > gcc -I. -I../include -I../../src/include -DHAVE_CONFIG_H -mieee -g -O2 -c cpoly.c > > -o cpoly.o > > /tmp/ccPjZNwd.s: Assembler messages: > > /tmp/ccPjZNwd.s:312: Error: unknown opcode `sqrttsu' > > /tmp/ccPjZNwd.s:2631: Error...
2000 Feb 18
1
splitstr problem
Hi, all. Using the patched version of R-0.99.0, I cannot reproduce the following example from the strsplit documentation: (Example) unlist(strsplit("a.b.c", ".")) ## [1] "" "" "" "" "" ## Note that `split' is a regexp! ## If you really want to split on `.', use unlist(strsplit("a.b.c", "\."))
2001 Apr 11
1
g77 FFLAGS?
...his is checked during the configuration process. I'm not an avid FORTRAN user. Can someone tell me what these FFLAGS might be for g77? Thanks. -- Rodney Sparapani Medical College of Wisconsin Sr. Biostatistician Patient Care & Outcomes Research (PCOR) rsparapa at mcw.edu 8701 Watertown Plank Rd., Rm. H2775 (414) 456-8786 (FAX: 6689) PO Box 26509, Milwaukee, WI 53226-0509 -------------- next part -------------- An HTML attachment was scrubbed... URL: https://stat.ethz.ch/pipermail/r-help/attachments/20010411/23a4e3b3/attachment.html
2001 Jun 15
1
R equivalent for Splus "peaks"
Hi, all. Does anyone have an equivalent to Splus "peaks", which finds local maxima (with locality defined by a parameter "span")? I thought I'd check whether anyone has done it already before trying to put something together myself. Thanks, Matt Wiener -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read