R/study_estimators.R
get_study_est_recapture.Rd
Mark-recapture estimator for closed population
get_study_est_recapture(
data,
capture_vars = NULL,
capture_parse = NULL,
sample_condition = NULL,
model = "Mt",
hidden_variable = "hidden",
label = "recapture"
)
pass-through population data frame that contains capture indicators
character vector giving names of variables with capture indicators
character string giving expression to evaluation of which produces character vector giving names of variable with capture indicators. Defaults to NULL
. This is useful when capture variables are stored in one column (e.g. if using TLS sampled locations for recapture indicators)
character string with condition if the capture-recapture conducted on subsample of population (e.g. tls sample only)
character string giving capture-recapture Log-Linear model to estimate
character string giving indicator of hidden population membership
character string describing the estimator
Data frame of Mark-recapture estimates for a single study
Louis-Paul Rivest, Sophie Baillargeon. “The Rcapture package.” (2019). https://cran.r-project.org/package=Rcapture.