View source: R/condl_log_lik_FE_logit.R
condl_log_lik_FE_logit | R Documentation |
If Y or X contain NA for some individuals at some periods, these individual-period pairs are discarded.
condl_log_lik_FE_logit(beta, Y, X)
beta |
the value at which the loss is computed |
Y |
a matrix of size n x Tmax containing the values of the dependent variable Y |
X |
an array of size n x Tmax x dimX containing the values of the covariates Xs |
the value of the conditional log likelihood function at beta
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.