Skip to content

Commit

Permalink
minor change to adult female proportion estimation explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
sebdalgarno committed Apr 2, 2024
1 parent 5dd6e5b commit 3e9ac28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/bbtutorial.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ The adult female proportion can either be fixed or estimated from counts of cows

If the user provides a value to `adult_female_proportion`, it is fixed.
The default value is 0.65, which accounts for higher mortality of males [@smith_2004].
If `adult_female_proportion = NULL`, the adult female proportion is estimated.
If `adult_female_proportion = NULL`, the adult female proportion is estimated from the data (i.e., `Cows ~ Binomial(adult_female_proportion, Cows + Bulls)`).
By default, a biologically informative prior of `Beta(65,35)` is used.
This corresponds to an expected value of 65%.

Expand Down

0 comments on commit 3e9ac28

Please sign in to comment.