View source: R/make_occ_model.R
make_occ_model | R Documentation |
Make, and save to disk, an occupancy model.
make_occ_model(taxa, df, out_file, geo_cols, random_col = "grid_l", ...)
taxa |
Character name of taxa for which model is being run. Used to name output file. |
df |
Cleaned, filtered data frame. |
out_file |
Path to file where model results are/will be saved. |
geo_cols |
Character name of columns in |
random_col |
Character name of column in |
... |
Passed to rstanarm::stan_gamm4 (e.g. chains, iter) |
out_file
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.