Re: [R] Help for Use of R software

2021-06-06 Thread Sorkin, John
to faxing) From: R-help on behalf of Lee Simon Sent: Sunday, June 6, 2021 4:29 AM To: r-help@r-project.org Subject: [R] Help for Use of R software Dear Sir/Madam, May I seek for your kind help for the use of R software for conducting two-proportional

Re: [R] Help for Use of R software

2021-06-06 Thread David Winsemius
I get the sense that you need further background on statistical testing issues and suggest this resource: https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3510268/ -- David Winsemius, MD, MPH On 6/6/21 10:06 AM, Lee Simon wrote: Dear Sir/Madam, May I seek for your kind help for the use of R s

Re: [R] Help for Use of R software

2021-06-06 Thread David Winsemius
A google-search of the term brings up as its first hit a link to a page on the rdocumentation.org website that indicates that theTrialSize package(version1.4) has a function named "TwoSampleProportion.NIS". If you executed these

[R] Help for Use of R software

2021-06-06 Thread Lee Simon
Dear Sir/Madam, May I seek for your kind help for the use of R software for conducting two-proportional z-test which is test for non-inferiority? What function will the R software provide for doing such test with 95%CI and P-value calculated. Thank you very much! With kindest regards, Simon

[R] Help for Use of R software

2021-06-06 Thread Lee Simon
Dear Sir/Madam, May I seek for your kind help for the use of R software for conducting two-proportional z-test which is test for non-inferiority? I have found one saying using function (TwoSampleProportion.NIS(alpha, beta, p1, p2, k, delta, margin) but the software said there is not such function.