Learn R Programming

pompp (version 0.1.3)

GammaPrior: Create a Gamma prior object for model specification.

Description

Constructor for GammaPrior-class objects

Usage

GammaPrior(shape, rate)

Value

A GammaPrior object with adequate slots.

Arguments

shape

A positive number.

rate

A positive number.