probitLikelihood: Calculate Likelihood of Probit Model

View source: R/roc_glm_parts.R

probitLikelihoodR Documentation

Calculate Likelihood of Probit Model

Description

This function calculates the likelihood used in a probit regression (Bernoulli distribution + probit link).

Usage

probitLikelihood(y, X, beta, w = NULL)

Arguments

y

Original 0-1-response

X

Design matrix

beta

Estimated parameter vector

w

Weight vector

Value

Numeric value containing the likelihood

Author(s)

Stefan B., Daniel S.


difuture-lmu/dsROCGLM documentation built on March 24, 2024, 1:07 p.m.