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

Function runit_pwilcox

inst/tinytest/cpp/rmath.cpp:675–678  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

673
674// [[Rcpp::export]]
675NumericVector runit_pwilcox( double x, double a, double b ){
676 return NumericVector::create(R::pwilcox(x, a, b, 1, 0), R::pwilcox(log(x), a, b, 1, 1),
677 R::pwilcox(x, a, b, 0, 0), R::pwilcox(log(x), a, b, 0, 1));
678}
679
680// [[Rcpp::export]]
681NumericVector runit_qwilcox( double x, double a, double b ){

Callers

nothing calls this directly

Calls 2

pwilcoxFunction · 0.85
logFunction · 0.50

Tested by

no test coverage detected