R/Prior_prob_alpha2.R

Defines functions Prior_prob_alpha2

Documented in Prior_prob_alpha2

Prior_prob_alpha2 <-
function(a2){
		log(stats::dunif(a2,0.1,2))
	}

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.