1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/dic.fit.R
\name{pgammaOff1}
\alias{pgammaOff1}
\title{Function that calculates pgamma with a offset of 1 (i.e., 1 is equivalent to 0)}
\usage{
pgammaOff1(x, replace0 = FALSE, ...)
}
\arguments{
\item{x}{value to calculate pgamma at}
\item{replace0}{should we replace 0 with epsilon}
\item{...}{other parameters to pgamma}
}
\value{
pgamma offset
}
\description{
Function that calculates pgamma with a offset of 1 (i.e., 1 is equivalent to 0)
}
|