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

Function rt

inst/include/Rcpp/Rmath.h:92–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90 inline double pt(double x, double n, int lt, int lg) { return ::Rf_pt(x, n, lt, lg); }
91 inline double qt(double p, double n, int lt, int lg) { return ::Rf_qt(p, n, lt, lg); }
92 inline double rt(double n) { return ::Rf_rt(n); }
93
94 /* Binomial Distribution */
95 inline double dbinom(double x, double n, double p, int lg) { return ::Rf_dbinom(x, n, p, lg); }

Callers 2

runit_rtFunction · 0.50
runit_rt_sugarFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected