Skip to content
Prev 218127 / 398498 Next

R crashing oddly

Hello Michael,

I ran your code (from your email ~19 hours ago).  I believe I had the
same result as Uwe.  It certainly did not crash.  Here is the output
from debug right before it reported the error:

debug: coef(object[[i]]) <- value[parMap[, i]]
Browse[3]>
Error in `coef<-.corSpatial`(`*tmp*`, value = c(0, 0, 0)) :
  Cannot change the length of the parameter after initialization

I also included the output from Sys.info() and sessionInfo() so you
can see what my platform is.  Technically I have Windows 7 x64.
sysname          release          version         nodename
       "Windows"      "Vista x64"     "build 7600" "REDACTED"
         machine            login             user
           "x86"   "REDACTED"   "REDACTED"
R version 2.11.0 (2010-04-22)
x86_64-pc-mingw32

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:
character(0)

other attached packages:
[1] nlme_3.1-96

loaded via a namespace (and not attached):
[1] base_2.11.0      graphics_2.11.0  grDevices_2.11.0 grid_2.11.0
[5] lattice_0.18-5   methods_2.11.0   stats_2.11.0     tools_2.11.0
[9] utils_2.11.0

On Fri, Apr 23, 2010 at 5:43 AM, Michael Steven Rooney
<michael.s.rooney at gmail.com> wrote: