Displaying 2 results from an estimated 2 matches for "csqt".
Did you mean:
csqq
2006 Nov 13
2
A printing "macro"
I am exploring the result of clustering a large multivariate data set
into a number of groups, represented, say, by a factor G.
I wrote a function to see how categorical variables vary between groups:
> ddisp <- function(dvar) {
+ csqt <- chisq.test(G,dvar)
+ print(csqt$statistic)
+ print(csqt$observed)
+ print(round(csqt$expected))
+ round(csqt$residuals)
+ }
>
> x <- ceiling(4*runif(100))
> G <- gl(4,1,100)
> ddisp(x)
X-squared
6.235645
dvar
G 1 2 3 4
1 10 5 5 5
2 6 9 5...
2003 Aug 18
3
Pops
...I'm experiencing some clicks or pops, how
can I fix that?
- --
Regards,
Tais M. Hansen
ComX Networks
Tel: +45-70257474
Fax: +45-70257374
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)
iD8DBQE/QMfF2TEAILET3McRAu9zAJwNWtv+QSpka0NGaVk9E/IDHyalhwCgkQME
Gynfp5zF0SWZUQEjelp7sBI=
=CSqT
-----END PGP SIGNATURE-----