View source: R/user_update_model.R
| update_model | R Documentation |
update_model() generates additional samples for model RSTr_obj.
update_model(RSTr_obj, iterations = 6000, show_plots = TRUE, verbose = TRUE)
RSTr_obj |
The |
iterations |
Number of iterations to run. |
show_plots |
If set to |
verbose |
If set to |
An RSTr model object.
data_min <- lapply(miheart, \(x) x[1:2, 1:3, 1:3])
adj_min <- list(2, 1)
on.exit(unlink(file.path(tempdir(), "test"), recursive = TRUE), add = TRUE)
mod_mst <- mstcar("test", data_min, adj_min, tempdir(), show_plots = FALSE, verbose = FALSE)
mod_mst <- update_model(mod_mst, iterations = 1000, show_plots = FALSE, verbose = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.