:exclamation: This is a read-only mirror of the CRAN R package repository. bife — Binary Choice Models with Fixed Effects. Homepage: https://github.com/amrei-stammann/bife Report bugs for this package: https://github.com/amrei-stammann/bife/issues
This is a fantastic package. I just wanted to note that the predict function does not work as intended. It does not seem possible to make predictions for new data. For example, the following code returns the error 'X_new of wrong dimension':
Hi,
This is a fantastic package. I just wanted to note that the predict function does not work as intended. It does not seem possible to make predictions for new data. For example, the following code returns the error 'X_new of wrong dimension':
I found a workaround by altering the data within the bife model itself, for example:
However, maybe this workaround could be coded into the current predict.bife function?
Best,
Brian