Dear R-users,

I would like to calculate elasticities and sensitivities of each parameters
involved in the following transition matrix:

A <- matrix(c(
sigma*s0*f1,  sigma*s0*f2,
               s,                 v
), nrow=2, byrow=TRUE,dimnames=list(stage,stage))


The command "eigen.analysis" avaliable in package "popbio" provides
sensibility matrix and elasticity matrix (same dimension than A). I would
like to know if there is a way to calculate separetely the elasticity of
sigma, s0, f1, f2, s and v ?

Thanks and regards,

privalan
-- 
View this message in context: 
http://www.nabble.com/Elasticity-in-Leslie-Matrix-tf4670533.html#a13342271
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to