View source: R/est_parameters.R
est_parameters | R Documentation |
This function estimates the uncertainty of the parameters survival, migratory connectivity and recovery probability by bootstrapping the marking data.
est_parameters(
mark_recapture_object,
res = NULL,
parameters = c("s", "m", "r")
)
mark_recapture_object |
object of class mark_recapture_object (see mark_recapture_object()) |
res |
spatial resolution. Defaults to NULL. In this case, the spatial resolution stored in the mark_recapture_object is used. |
parameters |
vector of characters specifying the parameter names considered for uncertainty estimation, possible values are s for survival, m for migratory connectivity and r for recovery probability. Defaults to c("s","m","r"). |
mark_recapture_object with estimates of all selected parameters
mro <- est_parameters(mro1D)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.