bayesPO_prior-class | R Documentation |
Objects of this class are the joining of independent priors for Beta, Delta
and LambdaStar. They can be used in the fit_bayesPO
function.
## S4 method for signature 'bayesPO_prior'
names(x)
## S4 method for signature 'bayesPO_prior'
x$name
## S4 method for signature 'bayesPO_prior'
show(object)
## S4 method for signature 'bayesPO_prior'
print(x, ...)
## S3 method for class 'bayesPO_prior'
print(x, ...)
## S4 method for signature 'bayesPO_prior'
x$name
## S4 replacement method for signature 'bayesPO_prior'
x$name <- value
x |
The bayesPO_prior object. |
name |
The requested slot. |
object |
The bayesPO_prior object. |
... |
Ignored. |
value |
New value. |
names
: A character vector with the model parameters
names.
`$`
: The requested slot's value.
`$<-`
: The new object with the updated slot.
beta
An object of a class which inherits the BetaDeltaPrior
S4
class with the appropriate Beta prior.
delta
An object of a class which inherits the BetaDeltaPrior
S4
class with the appropriate Delta prior.
lambdaStar
An object of a class which inherits the
LambdaStarPrior
S4 class with the appropriate LambdaStar prior.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.