search for: dsteele

Displaying 13 results from an estimated 13 matches for "dsteele".

Did you mean: steele
2008 Jul 12
1
[ESS] Process SAS is not running... error on Ubuntu
...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 >> >> dsteele at dsteele-laptop:/usr/share/ess/etc$ ls >> BACKBUG5.BAT ess-s4.S icons pkg-Maintainers sas-keys.ps >> backbugs ess-sp3.S Makefile R-ESS-bugs.R sas-keys.rtf >> config.guess function-outline.S other sas-keys.doc >> >> >>...
2008 Mar 07
1
Finding Interaction and main effects contrasts for two-way ANOVA
...ons C(), contrasts(), se.contrasts() and fit.contrasts() in package gmodels. Given the url for a small dataset and the two-way anova model below, I'd like to reproduce the results from appended SAS code. Thanks. --Dale. ## the dataset (from Montgomery) twoway <- read.table("http://dsteele.veryspeedy.net/sta501/twoway.txt", col.names=c('material', 'temp','voltage'),colClasses=c('factor', 'factor', 'numeric')) ## the model fit <- aov(voltage ~ material*temp, data=twoway) /* SAS code */ proc glm data=twoway; class material tem...
2006 May 11
1
Maximum value of two columns
Hello -- Given the 10x2 matrix below, my goal is to create a vector which contains the maximum of column 1 and column 2, or the only value if there is an NA in one column. I experimented with max.col without success. Thanks. --Dale > tmax.m tmaxhme tmaxer [1,] 101.0 99.8 [2,] 102.5 99.0 [3,] 100.6 98.4 [4,] NA 100.5 [5,] 101.0 99.4 [6,] NA
1998 Sep 18
1
R-beta: undefined reference to `realpr_' ?
Hi, Win95 version, trying to build multiv. Following error (no mention in faq etc, but someone may have mentioned it recently). Appreciate any help. ------- Building multiv.dll from multiv.a -------- echo LIBRARY multiv > multiv.def echo EXPORTS >> multiv.def nm multiv.a | sed -n "/^........ [DT] _/s/^........ [BCDRT] _/ /p" >> multiv.def gcc -mdll
1998 Sep 27
1
Sv: R-beta: windows and dynload. ?Win98
...n various more or less well behaved programs enter the scene (harddisk) things changed, at least for me. Reinstallation of R or windows didn't help, and I did not want to start again from scratch with a reformat. I used rw0613. -----Oprindelig meddelelse----- Fra: Douglas Steele <Douglas at dsteele.demon.co.uk> Til: r-help at stat.math.ethz.ch <r-help at stat.math.ethz.ch> Dato: 27. september 1998 23:32 Emne: R-beta: windows and dynload. ?Win98 >In article <Pine.GSO.3.96.980917063426.11242A-100000 at localhost>, Prof >Brian D Ripley <ripley at stats.ox.ac.uk> writ...
1998 Jun 08
1
R-beta: nnet port
Where can I get the following headers: S.h newredef.h -- Douglas Steele -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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-help-request at stat.math.ethz.ch
1998 Jun 21
0
R-beta: info on dyn.load
I have some C code I would like to call from R (involves passing a 2D double array with a few other variables, processing it and returning it to R). I have the Win95 version of R and the dyn.load example builds ok. I need more info on writing the R and C interface. What is a good source of reference for this ? -- Douglas Steele
1998 Jul 26
1
R-beta: building libraries on Win95
I am using rw0613b with djtools on Win95. No problem with makefiles building fortran and C dll's, plus can build R.exe with the supplied libraries (including mva). Why then do I get the following error when I try to building an existing library separately, eg... (/R-0.61.3/src/gnuwin32)$ make -f MakePkg -C ../library/mva PKG=mva make.exe: Entering directory `c:/R-0.61.3/src/library/mva'
1998 Sep 19
0
R-beta: win95 v62.3 initial impressions
(Win95, v62.3, Guido's port.) The graphapp based console seems a definite improvement. Screen output is much faster. History mechanism present. Can now build whole system because windres not required. Spin-off is that graphapp can be used for completely different applications. A couple of problems. When R started and then library(pkg), get message (not every time though) that pkg unable
1998 Oct 09
0
R-beta: R62.3 Win95b error
Hi, I have recently upgraded hardware and now have a run-time error with R62.3 when I have built it from scratch with EGCS 1.1 (Guido's original binaries run OK). (333MHzK2, 64MBRam, 1.5GBHD, Win95b). Anyone any ideas ? R : Copyright 1998, The R Development Core Team Version 0.62.3 Beta (Sept 8, 1998) R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to
1998 Oct 10
0
R-beta: dyn.load update
Hi Guido, As you may have seen from my other message, I am now running Win95 B but am still getting the dyn.load failure already reported. So far as I can see, the problem is in the DLL files, not the R.exe. I have two versions, your version built with the cross-compiler, and one built with Mingw32 version 1.02 (1.1 has an additional problem). Your cross build version works fine. My locally
1998 Jun 06
1
R-beta: makefile command line for recreating dynload demo dll
Hi, I have gnuwin32 (b18) and the rw0613b.zip version of R. With regards to (re)making the dynload dll demo given (zero.dll) could anyone tell me what the command line for the makefile should be. ie, make -f Makefile.in ...? Thanks for any help -- Douglas -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read
1998 Jun 09
1
R-beta: R-beta makefile
>This mean that the specs file of Cygnus gcc is different from the >mingw32 one. OK thanks (I added main() {} as per FAQ and I got the dynload to build a dll ok) I am also interested in building the R sources as per your descriptions. To simplify things, I have removed b18 cygwin and have now installed egcs-mingw32 with your djtools as recommended. Everything seems to work OK; tools that