View source: R/BH_er_lambdacov_none_effectcov_none_responsecov_none.R
BH_er_lambdacov_none_effectcov_none_responsecov_none | R Documentation |
The function for calculating fecundity given effect and response values is taken from Godoy et al. (2014). Note that, as e and r are not pair-specific, all species parameters are fit in the same function.
BH_er_lambdacov_none_effectcov_none_responsecov_none(
par,
fitness,
target,
density,
covariates,
fixed_parameters
)
par |
1d vector with initial parameters in the order: lambda,effect,response,sigma. |
fitness |
1d vector with fitness observations. |
target |
matrix with species in rows, observations in columns. Value is 1 if a species is focal for a given observation, 0 otherwise. |
density |
matrix with species in rows, observations in columns. Value is density of each sp as neighbour for each observation. |
covariates |
included for compatibility, not used in this model. |
fixed_parameters |
optional list specifying values of fixed parameters, with components "lambda","effect","response". |
log-likelihood value
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.