Displaying 2 results from an estimated 2 matches for "unweildly".
2002 Dec 11
3
Excluding levels in table and xtabs
..., exclude=c("",NA))
Manix
CPIC N Y
272 4 15
N 154 2812 1472
Y 158 466 4870
The only way I can exclude them is by
t <- table(CPIC, Manix)
t <- t[-1,-1]
that's not to hard in this case, but my application is to a much
larger table where this gets unweildly.
--
Michael Friendly friendly at yorku.ca
York University http://www.math.yorku.ca/SCS/friendly.html
Psychology Department
4700 Keele Street Tel: (416) 736-5115 x66249
Toronto, Ontario, M3J 1P3 Fax: (416) 736-5814
2006 Sep 02
0
Suggested Rails Architectures (OS/Webserver/Other Languages)
...that is about a decade
old and has about 50,000 members -- all on software I wrote from
scratch).
For five years now, I have been running entirely on Perl and Postgresql
on Apache 1.3, on Debian. My entire site infrastructure is probably
closing in on 20,000 lines of perl code and it has been unweildly for a
couple of years. I have slowly worked on re-writing everything in a more
logical and thorough manner, but every time I get a significant portion
of the project completed, I realize what a mess it is still going to be.
Frankly, as everyone knows - perl is a great tool to shoot yourself in...