Description Usage Arguments Value
View source: R/generate_article.R
1 2  | 
1 2 3 4 5 6 7  | generate_article(
  out_dir = ".",
  compute_mcmc = FALSE,
  mcmc_dir = NULL,
  compile_path = NULL,
  pkg_dir = system.file(package = "aistats2020smi")
)
 | 
out_dir | 
 Output directory where the pdf and auxiliary latex files will be stored  | 
compute_mcmc | 
 Indicates if the MCMC must be recomputed. If TRUE, the computation time can be in the order of several hours.  | 
mcmc_dir | 
 Directory containing the required files with MCMC results.  | 
compile_path | 
 Directory where the article is compiled and all auxiliary files are saved into. If NULL, a temporary directory is used.  | 
pkg_dir | 
 Internal directory where the package is installed. Used to retrieve the master Rnw file.  | 
The function will generate a pdf corresponding to the statistical supplement of Styring et al. (2020)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.