R/digamma2.R

Defines functions digamma2

Documented in digamma2

## File Name: digamma2.R
## File Version: 0.06

digamma2 <- function(x, n0, var0)
{
    sirt::dinvgamma2(x=x, n0=n0, var0=var0)
}

Try the STARTS package in your browser

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

STARTS documentation built on May 20, 2022, 1:08 a.m.