NormalPrior-class | R Documentation |
This is used to represent the prior for Beta and Delta individually. They still need to be joined to be used in a model.
## S4 method for signature 'NormalPrior'
names(x)
## S4 method for signature 'NormalPrior'
x$name
## S4 replacement method for signature 'NormalPrior'
x$name <- value
## S4 method for signature 'NormalPrior'
show(object)
## S4 method for signature 'NormalPrior'
print(x, ...)
## S3 method for class 'NormalPrior'
print(x, ...)
x |
The NormalPrior object. |
name |
The requested slot. |
value |
New value. |
object |
The NormalPrior object. |
... |
Ignored. |
names
: A character vector with the prior parameters.
`$`
: The requested slot's value.
`$<-`
: The new object with the updated slot.
show
and print
: The invisible object.
mu
The mean vector for the prior.
Sigma
The covariance matrix for the prior.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.