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

Function runit_dwilcox

inst/tinytest/cpp/rmath.cpp:670–672  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

668
669// [[Rcpp::export]]
670NumericVector runit_dwilcox( double x, double a, double b ){
671 return NumericVector::create(R::dwilcox(x, a, b, 0), R::dwilcox(x, a, b, 1));
672}
673
674// [[Rcpp::export]]
675NumericVector runit_pwilcox( double x, double a, double b ){

Callers

nothing calls this directly

Calls 1

dwilcoxFunction · 0.85

Tested by

no test coverage detected