Skip to contents

Maximum likelihood estimation for logistic regression.

Usage

get_Logistic_MLE(x, y, w)

Arguments

x

A matrix of explanatory variables.

y

A numeric vector. Response variable.

w

A numeric vector. The weight of each sample.

Value

A list.

  • par : Parameter estimation.

  • message : Message during iteration.

  • iter : Iteration times.