View source: R/writeJAGSmodel.R
writeJAGSmodel | R Documentation |
Writes a text file version of the model to be used by JAGS
writeJAGSmodel(
file_name = NULL,
win_model = c("neg_bin", "neg_bin2", "pois", "quasi_pois", "log_space"),
trap_est = T
)
file_name |
name (with file path) to save the model as |
win_model |
what type of distribution should be used when modeling the window counts. |
trap_est |
should an estimate of escapement based on the adult fish trap rate be used as a second observation of true total escapement, together with the window counts? Default is |
Kevin See
writeJAGSmodel()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.