Skip to content
Prev 43652 / 63424 Next

extractAIC.nls

On 7/14/2012 4:11 PM, Gabor Grothendieck wrote:
Thanks for the reply.  Unfortunately, it fails for me in the 
following modification of the first example in help('nls'):


 > require(graphics)
 > DNase1 <- subset(DNase, Run == 1)
 > fm1DNase1 <- nls(density ~ SSlogis(log(conc), Asym, xmid, scal), DNase1)
 > extractAIC(fm1DNase1)
Error in UseMethod("extractAIC") :
   no applicable method for 'extractAIC' applied to an object of class "nls"


       Other suggestions?
       Thanks,
       Spencer


  sessionInfo()
R version 2.15.1 (2012-06-22)
Platform: i386-pc-mingw32/i386 (32-bit)

locale:
[1] LC_COLLATE=English_United States.1252
[2] LC_CTYPE=English_United States.1252
[3] LC_MONETARY=English_United States.1252
[4] LC_NUMERIC=C
[5] LC_TIME=English_United States.1252

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods base