R/ilog.R

Defines functions ilog

Documented in ilog

ilog <-
function(model){
#### F. Guillaume Blanchet - Avril 2013
##########################################################################################
	#### Apply the inverse inverse log link function (this approach is quicker than using poisson(link="log")$linkinv)
	model.ilog<-exp(model)
	
	return(model.ilog)
}

Try the HMSC package in your browser

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

HMSC documentation built on May 2, 2019, 6:53 p.m.