MCPcopy Create free account
hub / github.com/RcppCore/Rcpp / runit_qwilcox

Function runit_qwilcox

inst/tinytest/cpp/rmath.cpp:681–684  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

679
680// [[Rcpp::export]]
681NumericVector runit_qwilcox( double x, double a, double b ){
682 return NumericVector::create(R::qwilcox(x, a, b, 1, 0), R::qwilcox(log(x), a, b, 1, 1),
683 R::qwilcox(x, a, b, 0, 0), R::qwilcox(log(x), a, b, 0, 1));
684}
685
686// [[Rcpp::export]]
687NumericVector runit_rwilcox(double a, double b) {

Callers

nothing calls this directly

Calls 2

qwilcoxFunction · 0.85
logFunction · 0.50

Tested by

no test coverage detected