R/transform_frequencies.R

Defines functions transform_frequencies

Documented in transform_frequencies

transform_frequencies <-
function(thetas,mu){
		allele.frequencies <- 1/(1+exp(-(thetas+mu)))
		return(allele.frequencies)
	}

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.