est_lm: linear model of kernel density estimate

View source: R/est_lm.R

est_lmR Documentation

linear model of kernel density estimate

Description

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.

Usage

est_lm(mark_recapture_object, b, fixed_slope = NULL)

Arguments

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.

Value

vector of length res with survival probabilities dependent on space

Examples

mro <- est_lm(mro1D, b = "all")

SaskiaSchirmer/CONSURE documentation built on Sept. 3, 2023, 8:52 a.m.