powered by
This function computes the logarithm of the posterior density associated with a logit model and the noninformative prior used in Chapter 4.
logitnoinflpost(beta, y, X)
returns the logarithm of the logit likelihood for the data y, covariate matrix X and parameter beta
y
X
beta
parameter of the logit model
binary response variable
covariate matrix
probitnoinflpost
data(bank) y=bank[,5] X=as.matrix(bank[,-5]) logitnoinflpost(runif(4),y,X)
Run the code above in your browser using DataLab