View source: R/graphs_traceplots.R
graphs_traceplots | R Documentation |
An auxiliary function to generate traceplot graphs based on MCMC results for further analysis.
graphs_traceplots(resultados, dados, plot_color, add_trendline, save_file)
resultados |
A list containing MCMC results, including elements like "S", "burn", "alfa", "mu", "tau.theta", "tau.phi", and "tau.e". |
dados |
A list containing dataset information. |
plot_color |
A character indicating the color for the plot lines. |
add_trendline |
A logical indicating whether to add a trendline to the plots. |
save_file |
A logical indicating whether to save the generated plots to files. |
It generates traceplot graphs based on the provided MCMC results and saves them if specified.
NUNES, Letícia. Métodos de Simulação de Dados Geográficos Sintéticos Para Bases Confidenciais. *Dissertação de Mestrado*, [s. l.], 2018. Disponível em: :{http//est.ufmg.br/portal/arquivos/mestrado/dissertacoes/dissertacao_Leticia_Silva_Nunes.pdf
# Example usage:
# graphs_traceplots(resultados, dados, plot_color = "blue", add_trendline = TRUE, save_file = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.