pspp-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: please join me in a prize for CTABLES


From: Renan Levine
Subject: Re: please join me in a prize for CTABLES
Date: Fri, 27 May 2011 00:05:17 -0400
User-agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.17) Gecko/20110414 Lightning/1.0b2 Thunderbird/3.1.10

Jason,
I think FSF or Paypal is a great idea. I teach at a university and have limited teaching enhancement funds- or could apply for - some small grants ($100? $1,000?) that might be able to provide small amounts of money for people who have the programming know-how to develop some innovations that my students would use in class (like, say, adding multicollinearity tests to OLS regression).
Renan

On 26-May-11 10:19 PM, Jason Stover wrote:
Thanks for the offer. For some time, I have been asking Free Software
Foundation to set up an account for PSPP to accept donations for
coding. I'm starting to think they'll never act on this. The other
alternative is for "us" (whoever that should be) to set up something
like a PayPal account, independently of FSF, to accept
donations. Though faster, this approach may suffer from an appearance
of illegitimacy and lack of oversight.

What do potential donors think of this idea? Set up something on our
own? Or wait, possibly forever, to hear from FSF?

-Jason

On Thu, May 26, 2011 at 12:49:52PM -0700, Juan Zuluaga wrote:
Hello friends of PSPP,

I am sure I'm not the only one in need of CTABLES. I put US$100 (who should I 
send the check to?) .
Please join me in adding to this little money pot for the PSPP people to work 
on CTABLES.

Something that can deal with something like

CTABLES
   /VLABELS VARIABLES=grade Group MAPReadingFall MAPReadingSpring GainInReading 
tGainInReading DISPLAY=LABEL
   /TABLE  grade [C]>  Group [C]
            BY MAPReadingFall [S][ count]
             + MAPReadingFall [S][  mean F40.1, STDDEV PAREN40.1]
             + MAPReadingSpring [S][ MEAN F40.1, STDDEV PAREN40.1]
             + GainInReading [s] [ mean F40.1, STDDEV PAREN40.1]
             + tGainInReading [s] [ mean F40.1, STDDEV PAREN40.1]
   /CATEGORIES VARIABLES=grade Group ORDER=A KEY=VALUE EMPTY=EXCLUDE
   /titles title="MAP scores in Reading, Fall to Spring, by group".

or

CTABLES
   /VLABELS VARIABLES=group MCAMPASS DISPLAY=LABEL
   /TABLE group [C][COUNT F40.0, ROWPCT.COUNT PCT40.1] BY MCAMPASS [C]
   /CATEGORIES VARIABLES=group ORDER=A KEY=VALUE EMPTY=EXCLUDE
   /CATEGORIES VARIABLES=MCAMPASS ORDER=A KEY=VALUE EMPTY=EXCLUDE
   /titles title="MCA Math pass rates by engagement&  grade".

And if I could add something to the wishlist, it would be to design the routine 
in such a way that it could be reused by the R people, if possible.

_______________________________________________
Pspp-users mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/pspp-users

--
Renan Levine
Department of Political Science
University of Toronto - Scarborough
address@hidden
http://individual.utoronto.ca/renan
(416) 208-2651




reply via email to

[Prev in Thread] Current Thread [Next in Thread]