R/beta_data.R

Defines functions beta_data

Documented in beta_data

beta_data <- function(shape_par, nsim=1000){
  rbeta(nsim, shape_par[1], shape_par[2])
}

Try the TeachBayes package in your browser

Any scripts or data that you put into this service are public.

TeachBayes documentation built on May 1, 2019, 9:17 p.m.