View source: R/create_test_tracelog.R
create_test_tracelog | R Documentation |
tracelog
object, as used for testingCreate a tracelog
object, as used for testing
create_test_tracelog(
filename = create_temp_tracelog_filename(),
log_every = 1000,
mode = "autodetect",
sanitise_headers = TRUE,
sort = "smart"
)
filename |
name of the file to store the posterior traces.
Use NA to use the filename |
log_every |
number of MCMC states between writing to file |
mode |
mode how to log. Valid values are the ones returned by get_log_modes |
sanitise_headers |
set to TRUE to sanitise the headers of the log file |
sort |
how to sort the log. Valid values are the ones returned by get_log_sorts |
a tracelog
object
Richèl J.C. Bilderbeek
create_test_tracelog()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.