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/dsBinVal documentation built on Oct. 9, 2024, 8:43 a.m.