log_BinCoeffs: This function calculates Binomial coefficients for choosing...

Description Usage Arguments Value

View source: R/log_BinCoeffs.R

Description

This function calculates Binomial coefficients for choosing 0:n out of n, in log scale. It is useful for precalculating the coefficients and providing them to "Binom_test_fast.R" or "pdf_binom_fast.R" when they are redone on the same N, over and over again. This function was designed by Pejman Mohammadi, 2018, Scripps Research, San Diego, CA.

Usage

1

Arguments

n

The desired n for which coefficients will be calculated

Value

log_z Vector of log scale Binomial coefficients


Catalysta/ASEtestTools documentation built on Oct. 10, 2021, 7:44 a.m.