R/RcppExports.R

Defines functions pbinsumRow pbinsum

# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

pbinsumRow <- function(y, N, p) {
    .Call('_nmixgof_pbinsumRow', PACKAGE = 'nmixgof', y, N, p)
}

pbinsum <- function(y, N, p) {
    .Call('_nmixgof_pbinsum', PACKAGE = 'nmixgof', y, N, p)
}

Try the nmixgof package in your browser

Any scripts or data that you put into this service are public.

nmixgof documentation built on May 2, 2019, 6:41 a.m.