[rkward-devel] New plugin and functions

Thomas Friedrichsmeier thomas.friedrichsmeier at ruhr-uni-bochum.de
Sun Apr 29 14:45:57 UTC 2007


On Saturday 28 April 2007, I. Soumpasis wrote:
> If I get it right in this way we will print a bunch of tables, then a bunch
> of chisquares and then a bunch of barplots. Do we want this, or do we want
> as I have it for every crosstabulation to print the table, chisq and
> barplot? I would like to have a final decision on this before I go to any
> changes.

Well, printing in the order you suggest is certainly better (i.e. print all 
three for each crosstab). However I suggest to spearate calculation and 
printing into two loops, i.e. (reduced pseudo code):

#calculate
for (...) {
   # calculate and store table()
   # calculate and store chisq.test()
}

#printout
for (...) {
   # print calculated table()
   # print calculated chisq.test()
   # produce barplot()
}

Regards
Thomas
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://mail.kde.org/pipermail/rkward-devel/attachments/20070429/fdd17735/attachment.sig>


More information about the Rkward-devel mailing list