print_model | R Documentation |
Prints model created with nimbleCode()
to show row indices.
print_model(model)
model |
The |
A vector of characters with each row representing a line of the model. This
function is meant to help with using customize_model
.
Daniel Eacker
# get model scr_model = get_classic(dim_y = 2, enc_dist = "binomial",sex_sigma = TRUE, hab_mask=TRUE,trapsClustered = TRUE) print_model(scr_model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.