### To request confidence intervals for one correlation
confIntR(.3, 100);
### The lower bound of a single correlation
confIntR(.3, 100)[1];
### To request confidence intervals for multiple correlations:
confIntR(c(.1, .3, .5), 250);
### The upper bound of the correlation of .5:
confIntR(c(.1, .3, .5), 250)['0.5', 'hi'];
Run the code above in your browser using DataLab