Re: [R] wBoot Package

2018-11-25 Thread David Winsemius
Look at the function's help page: No help there. The "parameter" argument is not defined in any substantive manner, and no examples other than `parameter=mean` appear in the help page. (Now) Look at the code. The parameter argument is expected to be a function. There is no function named `pr

[R] wBoot Package

2018-11-25 Thread Janh Anni
Hello R Experts! I wonder if anyone is familiar with the wBoot package written by Neil Weiss. I was trying to use the *boot.two.per* function in that package to compute a bootstrapped two-sample hypothesis test for proportion. Here"s the *boot.two.per* script: boot.two.per(x, y, parameter, stack