R/fetch.rho.b.R

Defines functions fetch.rho.b

Documented in fetch.rho.b

fetch.rho.b <-
function(b){
	para <- b[length(b)]
	b[length(b)] <- 2*(1/(1+exp(-para)))-1
	return(b)
}
lleemann/StratSel documentation built on Aug. 19, 2023, 7:58 p.m.