Learn R Programming

WARDEN (version 0.99.1)

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

Description

Draw from a beta distribution based on mean and se

Usage

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

Value

A single estimate from the beta distribution based on given parameters

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.

Examples

Run this code
rbeta_mse(n=1,mean_v=0.8,se=0.2)

Run the code above in your browser using DataLab