Displaying 1 result from an estimated 1 matches for "profiledmodel".
2005 Dec 22
3
Windows crash in confint() with nls fit (PR#8428)
...t have crashed, but
I have now updated the versions on most of
my machines and don't have a test version handy.
 On XP, I get an error-report-do-you-want-
to-send-this-to-Microsoft dialog box.  On 2000
I get a "Rgui has generated errors ..." dialog box.
  I can get this far:
debug: profiledModel <- .Call("nls_iter", fittedModel, ctrl, trace, 
    PACKAGE = "stats")
Browse[1]> where
where 1: prof$getProfile()
where 2: profile.nls(object, which = parm, alphamax = (1 - level)/4)
where 3: profile(object, which = parm, alphamax = (1 - level)/4)
where 4: confint.nls(n1...