R/fetch.rho.b.R

fetch.rho.b <-
function(b){
	para <- b[length(b)]
	b[length(b)] <- 2*(1/(1+exp(-para)))-1
	return(b)
}

Try the StratSel package in your browser

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

StratSel documentation built on May 2, 2019, 11:11 a.m.