rgamma_mse: Draw from a gamma distribution based on mean and se

View source: R/calculator_f.R

rgamma_mseR Documentation

Draw from a gamma distribution based on mean and se

Description

Draw from a gamma distribution based on mean and se

Usage

rgamma_mse(n = 1, mean_v, se, seed = NULL)

Arguments

n

Number of draws (must be >= 1)

mean_v

A vector of the mean values

se

A vector of the standard errors of the means

seed

An integer which will be used to set the seed for this draw.

Value

A single estimate from the gamma distribution based on given parameters

Examples

rgamma_mse(n=1,mean_v=0.8,se=0.2)


WARDEN documentation built on April 11, 2025, 5:41 p.m.