Description Usage Arguments Value Examples
Sets the slot. Returns none.
1 2 | ## S4 replacement method for signature 'prior'
setType(object) <- value
|
object |
An |
value |
An integer defining the new value for the |
None.
1 2 3 4 | # Generate a prior object.
f_prior <- prior()
# Set the slot.
setType(f_prior) <- "condconjugate"
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.