R/Prior_prob_beta.R

Defines functions Prior_prob_beta

Documented in Prior_prob_beta

Prior_prob_beta <-
function(beta){
		stats::dgamma(beta,shape=0.001,rate=0.001,log=TRUE)
	}

Try the BEDASSLE package in your browser

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

BEDASSLE documentation built on April 11, 2022, 1:07 a.m.