normal_ll {metropolis} | R Documentation |
Gaussian log likelihood
Description
Gaussian log likelihood
Usage
normal_ll(y, X, par)
Arguments
y |
binary outcome |
X |
design matrix |
par |
vector of gaussian scale parameter followed by model coefficients |
Value
a scalar quantity proportional to a normal likelihood with linear parameterization, given y, X, and par
[Package metropolis version 0.1.8 Index]