logit {gets} | R Documentation |
Estimation of a logit model
Description
Maximum Likelihood (ML) estimation of a logit model.
Usage
logit(y, x, initial.values = NULL, lower = -Inf, upper = Inf,
method = 2, lag.length = NULL, control = list(), eps.tol = .Machine$double.eps,
solve.tol = .Machine$double.eps )
Arguments
y |
numeric vector, the binary process |
x |
numeric matrix, the regressors |
initial.values |
|
lower |
numeric vector, either of length 1 or the number of parameters to be estimated, see |
upper |
numeric vector, either of length 1 or the number of parameters to be estimated, see |
method |
an integer that determines the expression for the coefficient-covariance, see "details" |
lag.length |
|
control |
a |
eps.tol |
numeric, a small value that ensures the fitted zero-probabilities are not too small when the log-transformation is applied when computing the log-likelihood |
solve.tol |
numeric value passed on to the |
Details
No details for the moment.
Value
A list
.
Author(s)
Genaro Sucarrat, http://www.sucarrat.net/
References
No references for the moment.
See Also
Examples
##no examples for the moment