#include <R.h>
#include <Rmath.h>
#include <Rdefines.h>
Include dependency graph for StreitbergRoehmel.c:
Go to the source code of this file.
Functions | |
SEXP | R_cpermdist2 (SEXP score_a, SEXP score_b, SEXP m_a, SEXP m_b, SEXP retProb) |
SEXP | R_cpermdist1 (SEXP scores) |
Definition in file StreitbergRoehmel.c.
|
The density of the permutation distribution for the one sample problem. REFERENCES Bernd Streitberg & Joachim R\"ohmel (1986), Exact distributions for permutations and rank tests: An introduction to some recently published algorithms. Statistical Software Newsletter 12(1), 10-17. Bernd Streitberg & Joachim R\"ohmel (1987), Exakte Verteilungen f\"ur Rang- und Randomisierungstests im allgemeinen $c$-Stichprobenfall. EDV in Medizin und Biologie 18(1), 12-19 (in german).
Definition at line 198 of file StreitbergRoehmel.c. |
|
The density of the permutation distribution for the independent two sample problem. REFERENCES Bernd Streitberg & Joachim R\"ohmel (1986), Exact distributions for permutations and rank tests: An introduction to some recently published algorithms. Statistical Software Newsletter 12(1), 10-17. Bernd Streitberg & Joachim R\"ohmel (1987), Exakte Verteilungen f\"ur Rang- und Randomisierungstests im allgemeinen $c$-Stichprobenfall. EDV in Medizin und Biologie 18(1), 12-19 (in german).
Definition at line 39 of file StreitbergRoehmel.c. |