Skip to content

mgcv 1.7-12 crashes R

2 messages · Reinhard Seifert, Kevin E. Thorpe

#
On 12/16/2011 08:52 AM, Reinhard Seifert wrote:
It works for me in Slackware 13.37 (64bit)

 > library(mgcv)
This is mgcv 1.7-11. For overview type 'help("mgcv-package")'.
 > dat <- gamSim(1 , n=400 , dist="normal",scale = 2)
Gu & Wahba 4 term additive model
 > gam( y ~ s(x0) , data = dat)

Family: gaussian
Link function: identity

Formula:
y ~ s(x0)

Estimated degrees of freedom:
2.4812  total = 3.481196

GCV score: 13.66653

 > sessionInfo()
R version 2.14.0 Patched (2011-11-29 r57769)
Platform: x86_64-unknown-linux-gnu (64-bit)

locale:
  [1] LC_CTYPE=en_US       LC_NUMERIC=C         LC_TIME=en_US
  [4] LC_COLLATE=C         LC_MONETARY=en_US    LC_MESSAGES=en_US
  [7] LC_PAPER=C           LC_NAME=C            LC_ADDRESS=C
[10] LC_TELEPHONE=C       LC_MEASUREMENT=en_US LC_IDENTIFICATION=C

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

other attached packages:
[1] mgcv_1.7-11

loaded via a namespace (and not attached):
[1] Matrix_1.0-2   grid_2.14.0    lattice_0.20-0 nlme_3.1-102