diff --git a/R/family.R b/R/family.R index 844687f67..8c0e9786e 100644 --- a/R/family.R +++ b/R/family.R @@ -69,7 +69,7 @@ epidist_family_reparam.default <- function(family, ...) { return(family) } -#' Default method for families which do not require a reparameterisation +#' Reparameterisation for the gamma family #' #' @inheritParams epidist_family_reparam #' @param ... Additional arguments passed to method. diff --git a/man/epidist_family_reparam.gamma.Rd b/man/epidist_family_reparam.gamma.Rd new file mode 100644 index 000000000..7d5fdc3d5 --- /dev/null +++ b/man/epidist_family_reparam.gamma.Rd @@ -0,0 +1,25 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/family.R +\name{epidist_family_reparam.gamma} +\alias{epidist_family_reparam.gamma} +\title{Reparameterisation for the gamma family} +\usage{ +\method{epidist_family_reparam}{gamma}(family, ...) +} +\arguments{ +\item{family}{Output of a call to \code{brms::brmsfamily()}} + +\item{...}{Additional arguments passed to method.} +} +\description{ +Reparameterisation for the gamma family +} +\seealso{ +Other family: +\code{\link{epidist_family}()}, +\code{\link{epidist_family_model}()}, +\code{\link{epidist_family_model.default}()}, +\code{\link{epidist_family_reparam}()}, +\code{\link{epidist_family_reparam.default}()} +} +\concept{family}