Description Usage Arguments Examples
View source: R/model_fitting.R
Pulls a list of fitted basset models from the designated output directory
1 | get_fitted_model_list(tax_level = "ASV", DLM = FALSE, MAP = FALSE)
|
tax_level |
taxonomic level at which to agglomerate data |
DLM |
if TRUE, looks for DLM model fits instead of GP model fits |
MAP |
use MAP estimate model output instead of full posterior output |
1 | model_list <- get_fitted_model_list(tax_level = "ASV", DLM = TRUE, MAP = FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.