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.
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
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
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
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