ncn-foreigners / singleRcapture

Repository for single source capture-recapture models
https://ncn-foreigners.github.io/singleRcapture/
Other
4 stars 1 forks source link

Vignettes -- proposal #39

Open BERENZ opened 1 year ago

BERENZ commented 1 year ago

I propose the following vignettes:

  1. Models -- describing distributions and models
  2. Estimation of the population size -- a document that describes how the pop size and its variance is estimated
  3. Diagnostics -- post-hoc diagnostics (i.e. LOO and others)
  4. Computation -- document covering estimation procedure (theory + parameters)
  5. Examples -- reproducing results from selected papers and some tutorials
  6. Comparison with other R packages
  7. Literature
BERENZ commented 1 year ago

I can take nr 5 and 6.

Kertoo commented 1 year ago
Kertoo commented 1 year ago

I think it would be more usefull to just add get started page on ncn-foreigners.github.io/singleRcapture with some basic tutorial similar to e.g https://pkgdown.r-lib.org/articles/pkgdown.html

BERENZ commented 1 year ago

I think it would be nice to have vignettes that organize the knowledge. For instance:

Kertoo commented 1 year ago

Okay that makes sense so can you manage reproduction of results from existing papers with maybe some examples of how we can use additional features in singleRcapture to use more accurate model/test whether model is correct i.e. no one inflation by e.g. lmtest::lrtest or adding formula for omega/alpha parameters and comparisons with countreg and VGAM? I'll handle models with their interpretation and some note on computational quirks of package functions with maybe some updated tutorial.