Bugs item #1602142, was opened at 2006-11-24 00:15
Message generated for change (Comment added) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=453021&aid=1602142&group_id=48422
Please note that this message will contain a full copy of the comment thr
Hi Matthew,
No, this 32-bit system.
More details:
* Processor Intel 32-bit
* Win 2000, 5.00.2195, Service Pack 4
* R2.5 & R2.4.1 (though we're using R2.4.1 for the tests)
* Numeric-24.2.win32-py2.4
* rpy-1.0-RC2.win32-R2.0.0-R-2.4.1-py2.4
* ActivePython 2.4.3 Build 11, Python 2.1 & Python 2.5 (ye
Thank you so much Peter, finally it works.
>>> from rpy import r
(...)
>>> c = [386,113,385,117,383,117]
>>> r.assign("x",c)
[386, 113, 385, 117, 383, 117]
>>> r('chisq.test(matrix(x,nrow=3,ncol=2,byrow=TRUE))$p.value')
0.9535284154083411
>>>
We'll add a note to the bug on sourceforge.
Thanks ag