Displaying 20 results from an estimated 20000 matches similar to: "development snapshot of Design package"
1997 Oct 13
0
R-beta: R FAQ
There have recently been several postings etc that the R FAQ provides
incorrect information. What really is the case is that the info is
OUTDATED. The FAQ is for version 0.49, as more or less explicitly
stated in 2.3, ``What is the Current Version of R?''.
The sort-of current Unix version of R, 0.50-a4, was meant as an alpha
version (hence the a4) rather than a full release. By the
1998 Aug 23
0
R-beta: design && hmisc && CRAN
On Fri, 14 Nov 1997, Jim Lindsey <jlindsey at luc.ac.be> sent an email to
r-devel describing his first shot at porting Design and Hmisc to R. A
few days later, his port snapshot of Design was uploaded to CRAN's
src/contrib/devel area, and has since been available from there.
A few weeks ago, Andreas Weingessel <A.Weingessel at ci.tuwien.ac.at> had a
look into porting Hmisc to R
1997 Sep 02
1
R-alpha: Re: What are objects?
[I do think
this discussion belongs to R-devel rather than anywhere else .. MM]
>>>>> "Kurt" == Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> writes:
>>>>> Peter Dalgaard BSA writes:
>> Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> writes:
KH>>> While trying to write documentation for data.class(), I came
1998 Jan 07
0
Two more R/S differences
(Another discussion out of R-core,
I think anyone in R-devel might have an opinion -- MM):
>>>>> "KH" == Kurt Hornik <hornik@ci.tuwien.ac.at> writes:
>>>>> Martin Maechler writes:
>>>>> "KH" == Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> writes:
KH> * Bug or feature?
R> NULL + NULL
real(0)
R>
2004 Mar 21
0
Near-perl-like levels of obfuscation
Dirk Eddelbuettel and Albrecht Gephardt have created many Debian
packages of R packages from CRAN and other archives.
I wanted to install all these Debian packages on a machine running the
Debian testing distribution. One way to do this is to search (using
the apt-cache program) for all Debian package names that begin with
'r-', extract the package name, and concatenate all those names
1997 Nov 11
0
R-alpha: christmas wish (partial support for single)
The following is a re-post (after suggestion from martin) of a mail I
sent to r-core this morning, maybe some of you are interested:
>>>>> On Tue, 11 Nov 1997 08:34:16 +0100,
>>>>> Kurt Hornik (KH) wrote:
KH> As Andreas & Fritz & I have recently, in attempts to port various pkgs
KH> to R, come across the f2c problem again, I thought I'd ask ...
1997 Dec 02
1
R-alpha: Re^2: data file names
[R-devel'ers: spill over from R-core .. -- MM]
>>>>> "KH" == Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> writes:
>>>>> Robert Gentleman writes:
>> In preparing the next Windows release I want to make opening up
>> system data files (and their documentation) more transparent. I
>> would really like to adopt the
1998 Jan 20
1
as.numeric(<factor>) [Difference R/S]
>From R-core; this should interest most R-devel'ers (to some extent):
Since 0.60, the semantics of as.numeric(<factor>) has changed,
e.g.
R> as.integer(factor(c("A","BB")))
[1] NA NA
R> as.integer(factor(c(100,40,100)))
[1] 100 40 100
whereas older R and S:
S> as.integer(factor(c("A","BB")))
[1] 1 2
S>
2005 Oct 25
0
[LLVMdev] newbie llc build problem: BreakCriticalEdges.cpp:44: undefined reference to `llvm::LoopSimplifyID'
On Tue, 25 Oct 2005, Kurt Harriman wrote:
> Looking into LLVM for a database query engine project...
>
> After downloading the latest source from CVS, it's my first time trying
> to build LLVM. Following the "Getting Started" instructions, all went well
> until gmake reported this error while trying to link llc:
> AFAICT, 'LoopSimplifyID' does in fact
2005 Oct 25
2
[LLVMdev] newbie llc build problem: BreakCriticalEdges.cpp:44: undefined reference to `llvm::LoopSimplifyID'
Hi,
Looking into LLVM for a database query engine project...
After downloading the latest source from CVS, it's my first time trying
to build LLVM. Following the "Getting Started" instructions, all went well
until gmake reported this error while trying to link llc:
In function `(anonymous namespace)::BreakCriticalEdges::getAnalysisUsage(llvm::AnalysisUsage&) const':
1997 Aug 19
2
R-alpha: A few bugs in R-0.50-a3.
A few problems in R-0.50-a3 (which were also in R-0.49):
1)
y <- c(10,11,12,13,14,NA,NA)
n <- length(y)
missed <- (1:n)[is.na(y)]
notmissed <- (1:n)[!is.na(y)]
blocks <- cut(missed,breaks=c(0,notmissed,n+1))
a <- function(v) {
q <- range(v)
c(q[1]-1,q[2]+1)
}
brackets <- tapply(missed,blocks,a)
This codes gives the following in S:
> brackets
$"0+ thru 1":
1997 Nov 04
3
R-alpha: Re: Separation of Program & Doc; REQUIRING Perl5 [was: New Version]
[[Again I diverge to R-devel, I think we need more opinions here...]]
>>>>> "KH" == Kurt Hornik <hornik@ci.tuwien.ac.at> writes:
>>>>> Ross Ihaka writes:
>> I am beginning to get a bit more free time and I would like to get a
>> "stable" version out as soon as possible. (This is of course so I can
>> break
1997 Aug 05
3
R-alpha: Version 0.50-a1 patches
A set of patches for R-0.50-a1 is now available as
ftp://stat.auckland.ac.nz/pub/R/R-0.50-a1.patch1.gz
The patches mainly fix problems reported since R-0.50-a1 but some
older problems are also fixed.
Here is the list of changes.
Ross
o Many subsetting and mutation problems with the new "expression" type
have now been fixed.
o When ask=T is set in par() the user is instructed
2002 May 02
1
design/HMISC packages
Hello,
No luck in loading Frank Harrell's packages -- did anyone encountered the
same problem?
R : Copyright 2002, The R Development Core Team
Version 1.4.1 (2002-01-30)
> library(design, T)
Design library by Frank E Harrell Jr, Version of Wed Apr 17 17:07:30 EDT
2002
Error in dyn.load(x, as.logical(local), as.logical(now)) :
unable to load shared library
2003 Oct 15
3
Design and Hmisc
I'm looking for design and hmisc version 2.0 for R 1.8 for windows. I've
found design 2.0 in the downloads for R1.7 but not hmisc.
I've also checked Dr. Harrell's site and it only goes to 1.6 for windows.
Any thoughts?
Shawn Way
1997 Dec 03
2
R-alpha: Re^3: data file names
>>>>> "KH" == Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> writes:
>>>>> Robert Gentleman writes:
>>> In preparing the next Windows
>>> release I want to make opening up system data files (and their
>>> documentation) more transparent. I would really like to adopt
>>> the convention that data files use
2007 Aug 27
2
validate (package Design): error message "subscript out of bounds"
Dear R users
I use Windows XP, R2.5.1 (I have read the posting guide, I have
contacted the package maintainer first, it is not homework).
In a research project on renal cell carcinoma we want to compute
Harrell's c index, with optimism correction, for a multivariate
Cox regression and also for some univariate Cox models.
For some of these univariate models I have encountered an error
2007 Oct 31
1
datadist options error, DESIGN library
Hello,
using the Design library, and the following command (from the Harrell's book, example at Ch.20):
dd <- datadist(rx, age, wt, pf, pf.coded, heart, map, hg, sz, sg, ap, bm)
options(datadist=='dd')
I get the following error:
Error in datadist == "dd" : comparison (1) possible only for atomic data or list
What does it means?
thank you,
giulia
2008 Dec 11
1
How to generate a prediction equation for a stratified survival model that was fitted by cph() in Design package
Dear all,
I used cph() function from Frank harrell's Design package to create a
survival model, then used functions 'Function' and 'sascode' to generate
prediction equation based on the saved survival model. But it failed. I
included a stratified variable in the model. If I removed the
stratification, they were working well. Does that mean that function
'Function'
2005 Aug 02
1
Hmisc / Design question
All,
I have been reading Dr. Harrell's excellent
"Regression Modeling Strategies" book and trying out
the exercises. I understand that contrast( ) is used
to obtain contrasts between two variables for given
levels of other nuisance variables; is there a way
to use contrast( ) to obtain, for example, Scheffe
confidence intervals / hypothesis tests for many
post hoc contrasts at