File: dgammaOff1.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{dgammaOff1}
\alias{dgammaOff1}
\title{Function that calculates dgamma with a offset of 1 (i.e., 1 is equivalent to 0)}
\usage{
dgammaOff1(x, replace0 = FALSE, ...)
}
\arguments{
\item{x}{value to calculate dgamma at}

\item{replace0}{should we replace 0 with epsilon}

\item{...}{other parameters to dgamma}
}
\value{
dgamma offset
}
\description{
Function that calculates dgamma with a offset of 1 (i.e., 1 is equivalent to 0)
}