Learn R Programming

milr (version 0.3.1)

logit: logit link function

Description

calculate the values of logit link

Usage

logit(X, beta)

Value

An vector of the values of logit link.

Arguments

X

A matrix, the design matrix.

beta

A vector, the coefficients.