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

Function runit_dt

inst/tinytest/cpp/stats.cpp:83–87  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

81
82// [[Rcpp::export]]
83List runit_dt( NumericVector xx){
84 return List::create(
85 _["false"] = dt( xx, 5),
86 _["true"] = dt( xx, 5, true ));
87}
88
89// [[Rcpp::export]]
90List runit_pbeta( NumericVector xx, double aa, double bb ){

Callers

nothing calls this directly

Calls 1

dtFunction · 0.85

Tested by

no test coverage detected