Re: [R] Moore-Penrose Generalized determinant?

2012-03-15 Thread Sean O'Riordain
My colleague asked me to thank those of you who responded. Kind regards, Sean -- View this message in context: http://r.789695.n4.nabble.com/Moore-Penrose-Generalized-determinant-tp4471629p4475415.html Sent from the R help mailing list archive at Nabble.com. ___

[R] Moore-Penrose Generalized determinant?

2012-03-14 Thread Sean O'Riordain
Is there a function in R to calculate the generalized determinant of a singular matrix? - similar to the ginv() used to compute the generalized inverse. I can't seem to find any R related posts at all. Thanks in advance, Sean O'Riordain Trinity College Dublin -- View this message

[R] table() and setting useNA to be there by default?

2010-01-07 Thread Sean O'Riordain
NA='ifany') I could say something like.. > tab1 <- function(t, ...) { table(t, ..., useNA='ifany') } > tab1(t1) t 123 1234 but this names it as 't' instead of 't1' which is ugly? Any other suggestions please? Thanks in a