est_lm | R Documentation |
This function estimates the parameters of a linear model for a certain point of the kernel density estimate dependent on time. Linear models are obtained according to the resolution.
est_lm(mark_recapture_object, b, fixed_slope = NULL)
mark_recapture_object |
object of class mark_recapture_object (see mark_recapture_object()) |
b |
name of areas of origin |
fixed_slope |
numeric. Value for the fixed slope, e.g., to estimate a linear model for the areas of origin separately. |
vector of length res with survival probabilities dependent on space
mro <- est_lm(mro1D, b = "all")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.