initialize,dmbc_fit-method | R Documentation |
dmbc_fit
class using new/initialize.Create an instance of the dmbc_fit
class using new/initialize.
## S4 method for signature 'dmbc_fit'
initialize(
.Object,
z.chain = array(),
z.chain.p = array(),
alpha.chain = matrix(),
eta.chain = matrix(),
sigma2.chain = matrix(),
lambda.chain = matrix(),
prob.chain = array(),
x.ind.chain = array(),
x.chain = matrix(),
accept = matrix(),
diss = list(),
dens = list(),
control = list(),
prior = list(),
dim = list(),
model = NA
)
.Object |
Prototype object from the class |
z.chain |
An object of class |
z.chain.p |
An object of class |
alpha.chain |
An object of class |
eta.chain |
An object of class |
sigma2.chain |
An object of class |
lambda.chain |
An object of class |
prob.chain |
An object of class |
x.ind.chain |
An object of class |
x.chain |
An object of class |
accept |
An object of class |
diss |
An object of class |
dens |
An object of class |
control |
An object of class |
prior |
An object of class |
dim |
An object of class |
model |
An object of class |
Sergio Venturini sergio.venturini@unicatt.it
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.