Displaying 2 results from an estimated 2 matches for "r56798".
Did you mean:
56798
2011 Aug 26
2
read.table segfaults
...read.table("../Data/fil2_s.txt", header = FALSE, sep = "\t")
Program received signal SIGSEGV, Segmentation fault.
0x000000000041c2e1 in RunGenCollect (size_needed=8192000) at memory.c:1514
1514 PROCESS_NODES();
(gdb)
> sessionInfo()
R version 2.13.1 Patched (2011-08-25 r56798)
Platform: x86_64-unknown-linux-gnu (64-bit)
locale:
[1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C
[3] LC_TIME=en_US.UTF-8 LC_COLLATE=en_US.UTF-8
[5] LC_MONETARY=C LC_MESSAGES=en_US.UTF-8
[7] LC_PAPER=en_US.UTF-8 LC_NAME=C
[9] LC_ADDRESS=C LC_TELEPHO...
2011 Oct 04
1
F-values in nested designs
...eas ? ? ?2 ? 4.50 ? ?2.25 ?0.1579 0.8563
Residuals ?9 128.25 ? 14.25
Error: Within
? ? ? ? ? Df Sum Sq Mean Sq F value Pr(>F)
Residuals 24 ? ?108 ? ? 4.5
Warning message:
In aov(y ~ areas + Error(areas %in% sites)) : Error() model is singular
sessionInfo()
R version 2.13.1 Patched (2011-08-25 r56798)
Platform: x86_64-apple-darwin9.8.0/x86_64 (64-bit)
locale:
[1] en_US.UTF-8/en_US.UTF-8/C/C/en_US.UTF-8/en_US.UTF-8
attached base packages:
[1] splines stats graphics grDevices utils datasets methods
[8] base
other attached packages:
[1] car_2.0-11 survival_2.36-9 nnet_7.3...