logit {milr}R Documentation

logit link function

Description

calculate the values of logit link

Usage

logit(X, beta)

Arguments

X

A matrix, the design matrix.

beta

A vector, the coefficients.

Value

An vector of the values of logit link.


[Package milr version 0.3.1 Index]