similar to: print to file question

Displaying 20 results from an estimated 10000 matches similar to: "print to file question"

2001 Sep 09
1
[R] bad R.css link in "packages.html" (PR#1090)
I downloaded and installed R-1.3.1 yesterday, and had to change line 2 of the "packages.html" file in $RHOME/doc/html/ The configuration steps were "the usual", tar zxvf ... cd ... ./configure make make check make install If it's relevant, Sys.info() sysname release "Linux" "2.2.14"
2003 Dec 10
2
OT: BibTex year-only citation in text?
Sorry for the off-topic question, but I know there are some talented LaTeX users out there. Which bibliography style gives only the year in text citations (e.g "for further details, see Anderson (1992)" )? Thanks Jason -- Indigo Industrial Controls Ltd. http://www.indigoindustrial.co.nz 64-21-343-545 jasont at indigoindustrial.co.nz
2002 Apr 18
1
strptime mysteriously adds a day - 0S-specific: Linux and Windows (so far) (PR#1466)
strptime() mysteriously adds a day to a date, unless the year is specified. Tested on: Linux (RedHat 6.0) - R version 1.4.1 and R-devel. Windows - R version 1.4.1 Bug isn't found on OpenBSD, R version 1.4.1. Transcript: R : Copyright 2002, The R Development Core Team Version 1.4.1 (2002-01-30) ... > ## BUG: > ## strptime seems to add a day to the request, unless the year > ##
2002 Mar 17
2
using "by" and indicies
I sent this to the list last week, and haven't seen it pop up. Either I deleted it when it did appear, or possibly it was destroyed as spam...? If it did appear and I somehow missed it, appologies. In a nutshell, can the function FUN supplied to by() deduce what level of factor by() was on when FUN was called? I've been digging through the functions, and can't see where the
2003 Oct 21
5
run R under linux
Dear all, Our department uses the linux system and we are not allowed to submit job directly. We must make a batch to submit through "qmon". so, I make a foo.sh file, which only contains one line: nohup R --vanilla < foo.txt > foo.results foo is all my codes. It is a simulation of 200 times. I set the seed at the beginning. It is to estimate the success probability, which is
2001 Jan 24
5
trouble with netCDF (PR#824)
Having trouble with netCDF since I upgraded to 1.2.1 (did directly from 1.1.1). Package was recompiled after the upgrade. Symptoms: open.netCDF returns cleanly, but read.netCDF causes R to segfault and dump core. What else do you need me to write to help? --please do not edit the information below-- Version: platform = i586-pc-linux-gnu arch = i586 os = linux-gnu system = i586, linux-gnu
2001 Jul 30
1
\code{x[ind,,]} -- Including spaces does not work
Putting a space between the commas makes no difference when I try it. -- Chris Wild >Putting a space between the commas works. I think it's ugly, though. >Does anyone have a better idea? > >Jason >-- >Indigo Industrial Controls Ltd. >64-21-343-545 >jasont at indigoindustrial.co.nz -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help
2001 Nov 06
1
incorrect xlim error message in image() (PR#1160)
Hi, I am having problem with R misinterpreting (x,y) values in image(). I downloaded the followiing binary version of R: > version _ platform i686-pc-linux-gnu arch i686 os linux-gnu system i686, linux-gnu status major 1 minor 3.0 year 2001 month 06 day 22 language R > q() [janef@cc-jainlabx1 Poster.tahoe]$ gcc -v Reading specs from
2001 May 24
1
tframe question - latest.start
I'm having some trouble figuring out latest.start in the tframe package. The results seem a bit cloudy. Sample session: > library(ts) > library(tframe) Loading required package: syskern > t1<-ts(c(1,2,3,4,5),start=1) > t2<-ts(c(1,2,3,4,5),start=2) > earliest.start(tbind(t1,t2)) [1] 1 1 > earliest.start(tbind(t2,t1)) [1] 1 1 > latest.start(tbind(t2,t1)) [1] 1 1
2002 Apr 15
1
make check fails d-p-q-r-tests.R - OpenBSD 3.0 (PR#1461)
Found one that stumped me. I did a search on R-bugs for the string "d-p-q-r-tests", and found zero entries in all categories (I don't think I secretly gave it a regex). Did the usual configure, make, make check on OpenBSD 3.0, and encountered this message on d-p-q-r-tests.Rout: running code in `d-p-q-r-tests.R' ... OK comparing `d-p-q-r-tests.Rout' to
2001 Oct 28
2
extract element, row, etc from general array structure
This one has me a bit stumped, and I know there may well be a really simple way of doing it in R. Sorry for the long-winded explanation. Short version: given an array of arbitrary number of dimensions D, how can we retrieve the Nth element of dimension D without knowing in advance what D will be? For example, given that array A has dimensions c(3,4,5), and N=2, can we write a function that
2003 Nov 15
0
FW: computing a p-value ...
Thanks to Rolph Turner and Jason Turner ... I guess I was too excited about getting back on the list after an absense of several years ... I'll be a little more thoughtful about the problem before posting next time, and a little less trigger-happy with the "Send" e-mail button. Never-the-less, much appreciated. - Mohamed -----Original Message----- From: Rolf Turner
2002 Feb 11
0
bwplot and "range" equivalent from boxplot
Just starting with lattice & grid, so pardon if this question scrams of someone still wrapping their head around it. (Paul Murell, Deepayan Sarkar, et. al - great package!). Is it possible to set an equivalent of the "range" argument to boxplot() when using bwplot()? Cheers Jason -- Indigo Industrial Controls Ltd. 64-21-343-545 jasont at indigoindustrial.co.nz
2003 Nov 23
0
Stangle - dropping re-used code chunks
My question is: is there a way for Rtangle() to *not* print re-used code chunks? It'd be easy enough to brew up a perl script to do just this, but if methods exist already, I'd rather use them. My reading of the help pages and FAQs has missed something, if it's there. Background: I have course notes on R, written using Sweave. I want to provide the R code separately so the
2001 Jan 16
1
Newbie question: Upgrades and packages
Newbie question: When upgrading (currently doing 1.1.1 to 1.2.1), do I have to rebuild all packages as well? For example, I use RODBC and netCDF a lot. Thanks Jason -- Indigo Industrial Controls Ltd. 64-21-343-545 jasont at indigoindustrial.co.nz -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read
2003 Nov 01
2
Question about the high dimensional density estimation
Hi, I found that the R package "KernSmooth" can deal with only 1D and 2D data. But now I have a collection of 4-dimensional data (x1,x2,x3,x4) and would like to estimate the "mode" of the underlying density. What can I do about it ? Thanks a lot. -- Ying-Chao Hung Assistant Professor Graduate Institute of Statistics National Central University Chung-Li, Taiwan TEL:
2003 Sep 03
3
help.start( )
Dear R experts, I installed R-1.7.1 on Linux (Red Hat 9.0) starting from R-1.7.1.tgz without a problem. Then I fired up R and tried things and found that help.start( ) does not work. I downloaded Sun Java j2re1.4.2, installed that and re-installed R-1.7.1 from scratch. I tried help.start( ) again and the browser (Mozilla 1.2.1) crashed. I read about copying libjavaplugin_oji.so into
2003 Dec 21
3
Sweave/LaTeX Problem with EPS PDF
Dear List: I am unsure if my problem is with Sweave or LaTeX. Anyhow, I am using the MikTeX distribution and TexnicCenter. I can easily create Sweave files and all goes well until I try to incorporate graphics. I use the same code as found in the examples found in the users manual. In R, the graphics I want are created as Sweave is creating the .tex file. When I examine the .tex file
2003 Dec 04
4
bug in as.POSIXct ?
I think that there is a bug in the as.POSIXct function on Windows. Here is what I get on Win2000, Pentium III machine in R 1.8.1. > dd1 <- ISOdatetime(2003, 10, 26, 0, 59, 59) > dd2 <- ISOdatetime(2003, 10, 26, 1, 0, 0) > dd2 - dd1 Time difference of 1.000278 hours Now, the 26th of October was the day that change to the standard time occurred, so I suspect that this has
2003 Dec 18
2
diagnostic information ....
Paul E. Johnson wrote: > I handed out some results from glm() and the students ask "how many > observations were dropped due to missing values"? > > How would I know? > > In other stat programs, the results will typically include N and > the number dropped because of missings. Without going back to R and > fiddling about to find the total number of rows in