Description Usage Arguments Details Value Examples
Run the MCMC to fit the nearest-neighbor Gaussian process for a collection of window sizes.
1 |
infile |
Path to the rds file output by run_scc_scan |
outpath |
Path to where the output will be written. The output file should be given the .rds file extension. |
num_neighbors |
Integer number of nearest neighbors to use. Defaults to 1. |
iters |
Number of MCMC iterations to use. Defaults to 15,000 |
parallel |
Logical. Should the MCMC fitting be parallelized? |
ncores |
If parallel = TRUE, number of cores to parallelize over. |
return |
Logical. Should the output also be returned by the function? |
This function fits the nearest-neighbor Gaussian process for the window sizes used in the SCC scan associated with the infile.
If return = TRUE, this function outputs a list of posterior samples across the window sizes contained in the infile.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.