draw_beta: Draw from a beta distribution based on mean and se

View source: R/calculator_f.R

draw_betaR Documentation

Draw from a beta distribution based on mean and se

Description

Draw from a beta distribution based on mean and se

Usage

draw_beta(value, se, seed = NULL)

Arguments

value

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 beta distribution based on given parameters

Examples

draw_beta(value=0.8,se=0.2)

Roche/descem documentation built on July 27, 2022, 11:18 a.m.