estim_intercept_logit: Estimates the intercept of a logit model on the data

View source: R/estim_intercept_logit.R

estim_intercept_logitR Documentation

Estimates the intercept of a logit model on the data

Description

Estimates the intercept of a logit model on the data

Usage

estim_intercept_logit(data)

Arguments

data

is an environment variable containing the relevant data: - data$Y a matrix of size n x Tmax containing the values of the dependent variable Y. - data$V an array of size n x Tmax containing the values of X'beta for the estimated value of beta.

Value

the intercept of a logit model of data$Y on data$X with the beta estimated by conditional logit


cgaillac/MarginalFElogit documentation built on Dec. 24, 2024, 3:23 p.m.