View source: R/roc_glm_parts.R
probitLikelihood | R Documentation |
This function calculates the likelihood used in a probit regression (Bernoulli distribution + probit link).
probitLikelihood(y, X, beta, w = NULL)
y |
Original 0-1-response |
X |
Design matrix |
beta |
Estimated parameter vector |
w |
Weight vector |
Numeric value containing the likelihood
Stefan B., Daniel S.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.