I have two questions regarding the R script.
If I want to know the size of the sampling when I do a t-test with R, I can use this R script :
power.t.test(delta=1,sd=1.5,sig.level=0.05,power=0.8)
If I want to know the size of the sampling when I do the test of Pearson correlation coefficient, what is the R script?
And for a chi-square test what is the R script?