File: pgammaOff1.Rd

package info (click to toggle)
r-cran-coarsedatatools 0.6-6%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 328 kB
  • sloc: makefile: 2
file content (21 lines) | stat: -rw-r--r-- 524 bytes parent folder | download | duplicates (2)
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)
}