Displaying 8 results from an estimated 8 matches similar to: "R error using Survr function with gcmrec"
2003 Jan 17
1
Survr error
I am trying to analyse recurrent failure times using survfitr
from the survrec package. To do this, I need to "Create a survival
recurrent object" using Survr. But, when I do this, I get an error
"Error in Survr(r1d[, 1], r1d[, 5], r1d[, 6]) : data doesn't match".
Here, r1d[,1] is the identifier for each case, r1d[,5] is the time
of recurrence, r1d[,6] is the status
2007 Jan 02
6
package dependency tree
Is there a painless way to find the names of all packages on CRAN
that "Depend" on a specified package?
url: www.econ.uiuc.edu/~roger Roger Koenker
email rkoenker at uiuc.edu Department of Economics
vox: 217-333-4558 University of Illinois
fax: 217-244-6678 Champaign, IL 61820
2010 Oct 18
1
Rcmd build 32bit-only package on win7 64 bit platform?
Is it possible to suppress compiling for the x64 arch when doing 'Rcmd
build <mypkg>? Such that the pre-compiled package for binary
distribution only contains a 'lib/i386/mypkg.dll'.
For CHECK (and also INSTALL) there is a '--no-multiarch' argument, but
I didn't find something similar for build.
Otherwise, I suppose, I could
- handle the problem in Makevars or
2008 Dec 03
3
Help with maps
A few questions about maps...
(1) How can I find a listing of the internal data sets that map() from the maps library contains?
For example, "usa", "county", "state", "nz" all work. Are there any others?
(2) Is there an easier, more generalized way to produce this (http://www.ai.rug.nl/~hedderik/R/US2004/ ) type of plot than this
2006 Aug 31
0
sample size for recurrent events
Dear All,
I'm a relative novice in R, with some experience with S-plus and quite a
bit in SAS. In R and S-Plus, I've primarily worked with Frank Harrell's
Design and Hmisc libraries. I have R 2.3.1 for windows (XP) installed.
I have a project coming up in which the outcome will be recurrent
events. There will be right censoring and likely to be a good stack of
0s on the left.
2006 Jan 20
2
cron job install/update problems: tcltk can't find display (installing e.g., pbatR)
On Fedora Core Linux 4, I have a cron job that causes R to update all
packages and install new ones. Lately, I notice in the log that some
packages fail to install. These are ones that assume X is running.
For example, the pbatR install requires tcltk to be loaded, and then
the install fails because in a cron job, there is no DISPLAY
environment. I suppose the same happens if you try to
2006 Jan 20
2
cron job install/update problems: tcltk can't find display (installing e.g., pbatR)
On Fedora Core Linux 4, I have a cron job that causes R to update all
packages and install new ones. Lately, I notice in the log that some
packages fail to install. These are ones that assume X is running.
For example, the pbatR install requires tcltk to be loaded, and then
the install fails because in a cron job, there is no DISPLAY
environment. I suppose the same happens if you try to
2007 Mar 26
1
Problem in loading all packages all at once
Hi All
Please see the Rprofile file which i have modified as follows and after
that when I start R then I see that R says to me "TRUE" for all the
packages implying that all loaded at once.
But when i try to use commands as simple as help("lm"), it doesnt work nor
any of the menu "Packages" is not working.
Although the regression using lm ( Y ~ X ) is working