mala_proposal {multinomialLogitMix} | R Documentation |
Proposal mechanism of the MALA step.
Description
Only the mala_proposal_cpp function is used in the package - which is written as an RCPP function.
Usage
mala_proposal(y, X, b, z, tau, A = FALSE, pr, nu2)
Arguments
y |
count data |
X |
design matrix |
b |
coefficients (array |
z |
allocation vector |
tau |
prior variance |
A |
A |
pr |
mixing proportions |
nu2 |
parameter nu2 |
Value
theta |
theta values |
b |
coeeficients |
acceptance |
log-likelihood. |
gradient |
log-likelihood. |
Author(s)
Panagiotis Papastamoulis
[Package multinomialLogitMix version 1.1 Index]