[RkWard-devel] Pareto chart and Quality qontrol charts

Thomas Friedrichsmeier thomas.friedrichsmeier at ruhr-uni-bochum.de
Thu Feb 22 23:24:50 UTC 2007


On Friday 23 February 2007 00:16, Thomas Friedrichsmeier wrote:
> BTW, thinking about table(), I'm wondering, whether it might not be a good
> idea to make the summary()/table() a separate option. Untested pseudo-code:
>
> <?	if (getRK_val("tabulate")) { ?>
> rk.temp.x <- table (<? echo ($var); ?>)
> <?	} else { ?>
> rk.temp.x <- as.numeric (<? echo ($var); ?>)
> <?	} ?>
>
> I think it would be more consistent this way?

Or, on second thought, not tabulating probably isn't really too useful in this 
case. So why not always use table()? Or, to cover all bases:
if (!is.table (rk.temp.x)) rk.temp.x <- table (rk.temp.x)

Am I missing something?

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/20070223/f899b457/attachment.sig>


More information about the Rkward-devel mailing list