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

Function runit_plogis

inst/tinytest/cpp/rmath.cpp:585–588  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

583
584// [[Rcpp::export]]
585NumericVector runit_plogis( double x, double a, double b ){
586 return NumericVector::create(R::plogis(x, a, b, 1, 0), R::plogis(log(x), a, b, 1, 1),
587 R::plogis(x, a, b, 0, 0), R::plogis(log(x), a, b, 0, 1));
588}
589
590// [[Rcpp::export]]
591NumericVector runit_qlogis( double x, double a, double b ){

Callers

nothing calls this directly

Calls 2

plogisFunction · 0.85
logFunction · 0.50

Tested by

no test coverage detected