Re: [Rpy] Complex statistical methods

2011-12-08 Thread Peter
On Thu, Dec 8, 2011 at 9:50 AM, Marko Limbek wrote: > > Hello Peter, > > I enclose R code, Python code (for_peter, nominalise) and data. > these outputs of 'factanal' in R and PYTHON should be the same, > but are slightly different. > > ... The last line of the Python script is this: print(data.

[Rpy] Dictionary Order

2011-12-08 Thread federico vaggi
Why not use http://pypi.python.org/pypi/ordereddict ? -- Cloud Services Checklist: Pricing and Packaging Optimization This white paper is intended to serve as a reference, checklist and point of discussion for anyone consi

Re: [Rpy] Dictionary Order

2011-12-08 Thread Thomas Kluyver
On 8 December 2011 13:04, federico vaggi wrote: > Why not use http://pypi.python.org/pypi/ordereddict ? > If you're using Python 2.7/3.1+, it's in the standard library: http://docs.python.org/library/collections#collections.OrderedDict Thomas

Re: [Rpy] Complex statistical methods

2011-12-08 Thread Laurent Gautier
On 2011-12-08 13:21, Peter wrote: > On Thu, Dec 8, 2011 at 9:50 AM, Marko Limbek wrote: >> Hello Peter, >> >> I enclose R code, Python code (for_peter, nominalise) and data. >> these outputs of 'factanal' in R and PYTHON should be the same, >> but are slightly different. >> >> ... > The last line

Re: [Rpy] Complex statistical methods

2011-12-08 Thread Marko Limbek
I am using Python 2.6.4, I need it for my architecture ( python 2.6.4 + pywin32-216 + rpy1.0.3 + numpy1.6.1 + R2.9.0 + SPSS19.00 ) I am a mathematician with not so strong programming background (I am more sociological analytical oriented) and I got thrown into python ocean, I try not to drown So