Description Usage Arguments Value Slots Examples
S4 class for a regression model that inherits from Model.
Helper function (constructor) for Mlr class
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | ## S4 method for signature 'Mlr'
sigma2(x)
## S4 replacement method for signature 'Mlr'
sigma2(x) <- value
## S4 method for signature 'Mlr'
a0(x)
## S4 replacement method for signature 'Mlr'
a0(x) <- value
## S4 method for signature 'Mlr'
b0(x)
## S4 replacement method for signature 'Mlr'
b0(x) <- value
Mlr(a0 = 0.001, b0 = 0.001, sigma2 = NaN, ...)
 | 
| x | An  | 
| value | A value to assign to a slot for  | 
| a0 | A prior shape hyperparameter for sigma2. | 
| b0 | A prior rate hyperparameter for sigma2. | 
| sigma2 | A nchain x 1 numeric vector of draws of the residual variance. | 
| ... | additional arguments to be passed to the low level regression fitting functions (see below). | 
An Mlr object.
a0A prior shape hyperparameter for sigma2.
b0A prior rate hyperparameter for sigma2.
sigma2A nchain x 1 numeric vector of draws of the residual variance.
| 1 2 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.