qbeta_mse: Draw from a beta distribution based on mean and se (quantile)

View source: R/calculator_f.R

qbeta_mseR Documentation

Draw from a beta distribution based on mean and se (quantile)

Description

Draw from a beta distribution based on mean and se (quantile)

Usage

qbeta_mse(q, mean_v, se)

Arguments

q

Quantiles to be used

mean_v

A vector of the mean values

se

A vector of the standard errors of the means

Value

A single estimate from the beta distribution based on given parameters

Examples

qbeta_mse(q=0.5,mean_v=0.8,se=0.2)

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