View source: R/estim_intercept_logit.R
estim_intercept_logit | R Documentation |
Estimates the intercept of a logit model on the data
estim_intercept_logit(data)
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. |
the intercept of a logit model of data$Y on data$X with the beta estimated by conditional logit
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.