Displaying 20 results from an estimated 400 matches similar to: "problems compiling R packages with Linux"
2000 Mar 03
1
anova question
I have a probably very naive question about the R anova/aov functions:
I've found in several text books with descriptions of anova procedures
that, in nested anova (specifying the model "X~A/B", B being a factor
specifying treatments, and A groups of samples within each treatment),
the mean square for "among treatments" is divided by the mean square
"within treatment
1999 Apr 21
0
varcomp?
Hello R experts,
I haven't found anything like the S function 'varcomp' as described in
W.N. Venables & B.D. Ripley's 'Modern Applied Statistics ...' for R;
does something comparable exist for R, or is planned for future
releases?
More generally, are there libraries with post-anova test procedures,
like Student-Newman-Keuls? Or do those of you who frequently use
1999 Nov 30
0
Power of tests
Hello R-Experts,
2 questions:
does anybody have example functions for determining the power of,
say, a t-test or a single factor anova with fixed or random factors?
and: is there an implementation of Cochran's test for heterogeneity
of variances (i.e., is there a frequency distribution of Cochran's
C)?
Many thanks for your attention ...
Ulf
(please CC: me, I'm not on the
1999 Jan 28
2
time series analysis
Hello out there,
in their "R Complements" to Modern Applied Statistics W. Venables and
B. Ripley say that there is a lack of time series related functions in
R compared to S plus. Looking at CRAN I didn't find much, too. As I
have to learn something about +-basic ts analysis, e.g. spectral
analysis, I would like to know whether somebody has developed a
"unpublished" time
1997 Jul 22
0
ld.so vulnerability
-----BEGIN PGP SIGNED MESSAGE-----
ld.so Vulnerability
A buffer overflow problem was reported on bugtraq affecting the
ELF and a.out program loaders on Linux. This problem can possibly be
exploited by malicious users to obtain root access.
On Linux, programs linked against shared libraries execute some code
contained in /lib/ld.so (for a.out binaries) or /lib/ld-linux.so (for
ELF
2012 Mar 16
1
Segfault while calling fexact in C
Hi folks,
I'm trying to call an R function (fisher.test) in my program for like a
billion times! Though my program is in Python and I feel that using rpy2 to
interface R to python doesn't give me satisfactory performance. So I looked
into R code and found out that fisher.test is actually a wrapper around
another function called fexact which is implemented in C. Using Cython I
managed to
1998 Nov 19
0
R data import problems
Excuse me, if the following is FAQ or nonsense, I'm new to R (and the
list)!
After trying to import a textfile of 184897 Bytes, R (v0.63.0 on Linux
2.0.35/DLD 5.4) gives the following error message:
> read.table ("db.out")
Error: heap memory (1953 Kb) exhausted [needed 150 Kb more]
>
Is there a possibility to increase
2001 Nov 18
1
Configuration: libpng needs zlib, but ...
I noticed that congigure reported libpng as "not found" although a
recent version exists.
Further looking into this issue told me, that the test failed because
the test
from R.m4
AC_CHECK_LIB(png, png_create_write_struct, [
BITMAP_LIBS="${BITMAP_LIBS} -lpng -lz"
AC_DEFINE(HAVE_PNG)
], , ${LIBS})
], AC_MSG_RESULT([no]))
])
did
1998 Nov 19
2
Re: ESS & R data import problems
I have a similar question, I know about --vsize, but I use R under Emacs
using ESS. I know there is an easy way to call R from ESS with command
line options but I don't remember how. I can't find help on this in ESS
documentation or in R documentation.
Could someone please remind me how this is done.
------------------------------------
| Robert Denham |
|
2002 Nov 19
1
fexact.c
Dear All,
I am using fexact.c on a C++ program I wrote. To minimize dependencies on
other files (e.g., to not need to include R.h and ctest.h ---now I only
include the R files Boolean.h, Constants.h, and Memory.h), I have re-written
all declarations of Sints as ints and, what is potentially more serious, I
have re-written the line (lines 329 and 330, in fexact.c on R-1.6.1)
/* IMAX is the
2018 Apr 20
3
[cfe-dev] RFC: Implementing -fno-delete-null-pointer-checks in clang
On Wed, Apr 18, 2018 at 3:54 PM Tim Northover via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> > Despite the name, the flag actually has rather straightforward semantics
> > from the compiler's perspective. From the gcc docs for
> > -fdelete-null-pointer-checks: "Assume that programs cannot safely
> > dereference null pointers, and that no code or data
2018 Apr 20
0
[cfe-dev] RFC: Implementing -fno-delete-null-pointer-checks in clang
On 4/20/18, James Y Knight wrote:
>
>
> Yep. "-fnull-pointer-is-valid" has been suggested before.
>
-fplacate-linux-kernel-developers ?
Csaba
--
You can get very substantial performance improvements by not doing the
right thing.
- Scott Meyers, An Effective C++11/14 Sampler
So if you're looking for a completely portable, 100% standards-conformat way
to get the wrong
2000 Sep 13
0
Compiling R on HP-UX: "DP relative code"
I tried to build R-1.1.1 on my HP-UX 10.20 box. For this I installed
gcc 2.95.2 and built g77 (version 2.95.2 19991024 (release)).
Making R runs to the point, where shared libs are linked. There it reports:
make[4]: Entering directory `/disk4/hoffmann/Work/rwork/src/library/ctest/src'
gcc -I../../../../include -I/usr/local/include -fPIC -g -O2 -c
2002 Jun 13
2
fisher.test FEXACT memory bug "should not occur" (PR#1662)
This is a bad bug as reported by Robin Hankin,
it is still in "R-patched" ...
##- From: Robin Hankin <r.hankin@auckland.ac.nz>
##- To: r-help@stat.math.ethz.ch
##- Subject: [R] possum sleeping: thanks and fisher.test() FEXACT error
##- Date: Thu, 13 Jun 2002 16:46:26 +1200
## .....
## Example slighlty modified (MM)
d4 <- matrix(c(0, 0, 0, 0, 0, 0, 3, 0, 1, 0, 0, 0, 0, 0,
2008 Jul 08
1
fisher.test
Hi!
I am Marta Colombo, student in Mathematical Engineering at "Politecnico di Milano". For my master degree thesis I have to analyze some categorical data. My dataset is composed by 327 individuals and 16 variables. I am using Fisher exact test to test independence on IxJ contingency tables, but I have a problem with one variable.
R gives me this error message:
FEXACT error 7.
2002 Jun 13
1
bad fisher.test() bug (PR#1662)
(CC'ed to R-bugs ``for the record'')
>>>>> "BDR" == Prof Brian D Ripley <ripley@stats.ox.ac.uk> writes:
BDR> On Thu, 13 Jun 2002, Martin Maechler wrote:
>> >>>>> "MM" == Martin Maechler
>> <maechler@stat.math.ethz.ch> writes:
>>
>> >>>>> "BDR" ==
2000 Mar 29
5
Porting R
I am trying to get R 1.0 running on the Mac.
The main target is MacX. Anyone else working on that?
For the recent Macintosh system, I am trying to compile R using MachTen.
The R core compiles and runs without any changes, using the Unix make files.
The libraries give some problems, presumably due to handling of shared
libraries. It seems I am missing something to link. Before I spend my time
2004 Jun 17
1
Bug in FEXACT: gave negative key (PR#6986)
Hello,
I'm using R to apply Fishers exact test to a whole pile of
contingency tables, and I've run into the bug shown below.
regards,
Francis
--
> dat1 = matrix(c(0,1,0,1,0,0,1,0,0,0,1,0,1,0,0,1,0,0,0,1,0,1,0,0,1,0,0,0,0,
1,1,0,0,1,0,0,1,0,0,1,0,0,3,0,0,2,0,0,1,0,0,0,1,0,0,2,0,0,
2,0,0,1,0,1,0,0,3,0,0,2,0,0,0,1,0,5,0,0,0,1,0,1,0,0), nrow=3)
>
2009 Mar 20
1
fisher.test - FEXACT error 7
Dear all,
I’m having an awkward problem in R. When I write the command
Fisher.test(school.data,workspace=2e+07), where school.data is the matrix
corresponding to the data set,
I get the error message:
FEXACT error 7.
LDSTP is too small for this problem.
Try increasing the size of the workspace.
Increasing the workspace:
Fisher.test(school.data,workspace=1e+10),
I
2002 Jun 13
0
possum sleeping: thanks and fisher.test() FEXACT error
Dear helplist
Many many thanks to everyone who helped me. The trick was to use
tabulate() or, better,
tab <- rep(0,50)
names(tab) <- 1:50
tab[names(table(sleeps))] <- table(c)
My original dataset was a list of 50 trees and a length 12 vector
recording which tree a certain possum slept in on 12 nights. As
Professor Ripley points out, a Monte-Carlo simulation is easy to set
up, and it