search for: dstierman

Displaying 4 results from an estimated 4 matches for "dstierman".

Did you mean: dstierma
2002 Apr 02
2
Trouble with R and cronjobs
...sr/openwin/demo: /usr/openwin/demo/xview:/usr/micron/sun4/bin/xview:/usr/micron/sun4-sunos5.4 /bin/:/u/dstierma/bin:/u/dstierma/scripts:/usr/micron/sun4/bin:/usr/micron/b in:/u/pesoft/bin:/u/test2end/bin:/u/summary/bin:/usr/local/bin:/usr/ucb:/usr /bin:/bin:/u1yedh2/ye/cgi-bin:/amd/pefs2-f0/u7pefs2/dstierman/bin:/usr/micro n/sun4-sunos5.5.1/bin:/u1yedh2/dstierma/bin:/u1yedh2/dstierma/cgi-bin:/u/kma jor/programs:/etc:/usr/etc:/u1yedh2/ye/docs/java/graph/classes:/usr/5bin:/op t/gnu/bin:/opt/gnu/sparc-sun-solaris2.6/bin:.:/vol/rs1/r5.3/rs1r5/sun4/bin/: /vol/rs1/r5.3/rs1r5/solaris/bin/:/u/prbsoft/bin:/u/ch...
2002 Apr 01
2
creating an output file name using cat
I am having problems trying to create file names using the cat function. I have an array of column headers, called cnames[] that I want to use as part of a jpeg output file. Here is the basic code I am using: data<-read.csv("inputfile.txt") cnames<-colnames(data) for(i in 9:dim(data)[2]) { ...
2002 Apr 29
2
RPart
I am using the rpart package and seem to have trouble with data sets that have columns with no data. I look at the column data in R and all values are NA. When this occurs, I get nothing back from the rpart function. Is there a way to get the rpart package to ignore these columns, without knowing what columns are empty? I have tried the na.action=na.omit and na.action=na.exclude, but neither one
2002 May 01
0
display env variable
I had the same problem with trying to run R from a cgi script on the web. The only way I got it to work was to set the DISPLAY variable to the server itself. That way the cgi script had permission to do that because it was using the server web user account on the server. So I added the following to the cgi script: setenv DISPLAY servername:0 This also works for crontab jobs that don't have a