initialize,dmbc_ic-method {dmbc} | R Documentation |
Create an instance of the dmbc_ic
class using new/initialize.
Description
Create an instance of the dmbc_ic
class using new/initialize.
Usage
## S4 method for signature 'dmbc_ic'
initialize(
.Object,
logprior = matrix(),
logmlik = matrix(),
logcorrfact = matrix(),
DCIC = matrix(),
post.est = list(),
est = character(),
res_last_p = list()
)
Arguments
.Object |
Prototype object from the class |
logprior |
An object of class |
logmlik |
An object of class |
logcorrfact |
An object of class |
DCIC |
An object of class |
post.est |
An object of class |
est |
A length-one character vector representing the estimate
type used in computing the DCIC index. Possible values are |
res_last_p |
An object of class |
Author(s)
Sergio Venturini sergio.venturini@unicatt.it