search for: rsadd

Displaying 2 results from an estimated 2 matches for "rsadd".

Did you mean: sadd
2012 Feb 24
1
package relsurv
Dear R-Users, I've recently used relsurv package for relative survival analysis. In particular I've tried to reproduce the examples proposed in the R-documentation about rsadd, rsmul and rstrans functions in R latest version (R 2.14.1). These examples don't run and the error message is always the following: data(slopop) data(rdata) rsadd(Surv(time,cens)~sex+as.factor(agegr)+ratetable(age=age*365,sex=sex,year=year),ratetable=slopop,data=rdata,int=5) Errore in .Call(...
2010 Oct 31
1
R-help Digest, Vol 92, Issue 31
...t 2010 05:41:37 -0700 (PDT) From: Laurence Lauvier <lauvierlv@gmail.com> To: r-help@r-project.org Subject: Re: [R] relsurv package Message-ID: <1288356097298-3019040.post@n4.nabble.com> Content-Type: text/plain; charset=UTF-8 Hello, I have a question about relsurv package particularly rsadd function: Rsadd(Surv(time,cens)~sex+ratetable(age=age*365.24,sex=sex,year=year),data=,=ratetable=,int=5,method=?max.lik?). In the tutorial, it is indicated that "the age and year must be given in the date format, i.e. in number of days since 01.01.1960". Nethertheless, in Pohar?s article...