From c791ea4406684df667a628e8b60033f278a90f59 Mon Sep 17 00:00:00 2001 From: Maria Voigt <maria.voigt@idiv.de> Date: Wed, 30 Aug 2017 12:05:10 +0200 Subject: [PATCH] adding other proportion nest builder parameters --- src/model_fitting/abundance_model.R | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/model_fitting/abundance_model.R b/src/model_fitting/abundance_model.R index 8a19785..11999b9 100644 --- a/src/model_fitting/abundance_model.R +++ b/src/model_fitting/abundance_model.R @@ -139,8 +139,9 @@ ESW <- 0.01595 #effective strip width in km # ESW_aerial already defined print(paste("this is ESW aerial:", ESW_aerial)) NCS <- 1.12 #nest construction rate from Spehar et al. 2010 +#NCS <- 1.18 # from Husson 2009 PNB <- 0.88 # proportion of nest builders from Spehar et al. 2010 - +#PNB <- 0.89 options("scipen" = 100, "digits" = 4) -- GitLab