Hi R-Experts,
Thanks to the R package "SuppDists", I can draw/plot the sampling distribution
of the Pearson (and/or Spearman) rho coefficient.
install.packages("SuppDists")
library(SuppDists)
curve(dPearson(x,85,rho=0.64),from=-1,to=1)
Do you know a package (or some packages) I could use if I want to draw the
sampling distribution of the Cramer's V and the sampling distribution of the
Eta-square ? I hope and guess there must be some packages...
Many thanks for your response.
SV
[[alternative HTML version deleted]]
______________________________________________
[email protected] mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.