View source: R/particle_sampler.R
is.pmwgs | R Documentation |
Checks whether object is a Particle Metropolis with Gibbs sampler
is.pmwgs(x)
x |
An object to test |
logical, whether object inherits from pmwgs
if (is.pmwgs(sampled_forstmann)) {
print("sampled_forstmann object is a pmwgs")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.