R/rhoFxn.BOTHVAR.R

`rhoFxn.BOTHVAR` <-
function(lam0, k, mu0, z, timelow, timehigh){
	((mu0*timehigh) + (mu0/z)*exp(-z*timehigh) + (lam0/k)*exp(-k*timehigh) - (mu0*timelow) - (mu0/z)*exp(-z*timelow) - (lam0/k)*exp(-k*timelow))	
}

Try the laser package in your browser

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

laser documentation built on Jan. 15, 2017, 4:49 p.m.