Learn R Programming

correlbinom (version 0.0.1)

Correlated Binomial Probabilities

Description

Calculates the probabilities of k successes given n trials of a binomial random variable with non-negative correlation across trials. The function takes as inputs the scalar values the level of correlation or association between trials, the success probability, the number of trials, an optional input specifying the number of bits of precision used in the calculation, and an optional input specifying whether the calculation approach to be used is from Witt (2014) or from Kuk (2004) . The output is a (trials+1)-dimensional vector containing the likelihoods of 0, 1, ..., trials successes.

Copy Link

Version

Install

install.packages('correlbinom')

Monthly Downloads

245

Version

0.0.1

License

GPL (>= 3)

Maintainer

Gary Witt

Last Published

July 6th, 2017

Functions in correlbinom (0.0.1)

correlbinom

Correlated Binomial Probabilities