Description Usage Arguments Value See Also Examples
Returns the startpar
slot.
1 2 | ## S4 method for signature 'mcmc'
getStartpar(object)
|
object |
An |
The startpar
slot of the object
.
mcmc for the class definition
mcmc()
for the constructor of the mcmc
class
1 2 3 4 | # Generate an mcmc object
f_mcmc <- mcmc()
# Get the slot
getStartpar(f_mcmc)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.