Learn R Programming

WARDEN (version 0.99.1)

qbeta_mse: 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)

Value

A single estimate from the beta distribution based on given parameters

Arguments

q

Quantiles to be used

mean_v

A vector of the mean values

se

A vector of the standard errors of the means

Examples

Run this code
qbeta_mse(q=0.5,mean_v=0.8,se=0.2)

Run the code above in your browser using DataLab