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 ProbBayes package in your browser

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

ProbBayes documentation built on March 13, 2020, 1:31 a.m.