[R] Drawing/Plotting Cramer's V and Eta-square distribution
varin sacha
varinsacha at yahoo.fr
Wed Mar 11 16:26:06 CET 2015
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]]
More information about the R-help
mailing list