Skip to content
Prev 12673 / 63461 Next

bug in extractAIC.survreg (PR#6910)

The currrent version of R is 1.9.0, and that has public patches which say
(in the NEWS file)

    o	extractAIC.survreg() needed updating.

The R posting guide does ask you to check the latest version before 
wasting people's time.

It is a double waste of time to send this twice (as 6909 as well): please 
do read the description of how to add to a previous report.
On Mon, 24 May 2004 ramseyd@landcareresearch.co.nz wrote:

            
extractAIC.survreg is not in *package* MASS:
A single object matching 'extractAIC.survreg' was found
It was found in the following places
  registered S3 method for extractAIC from namespace stats
  namespace:stats
with value

function (fit, scale, k = 2, ...)
{
    edf <- sum(fit$df)
    c(edf, -2 * fit$loglik[2] + k * edf)
}
<environment: namespace:stats>

Had you thought so, you should have communicated with the package 
maintainer (and told him the package version).