[x] a suggested code or documentation change, improvement to the code, or feature request
I'm a huge fan of the ability to handle custom variance-covariance matrix in margins() and cplot(), but it doesn't seem to work with the "prediction" setting for cplot():
I took a brief look at the source code and believe a call to prediction() in cplot() is just missing a "vcov = vcov" argument, but I'm not 100% sure on this.
Circling back to this, I believe it may have been left out intentionally as it's not implemented in prediction() either. Carry-over from issue 31 from the prediction package. Feel free to close this.
I'm a huge fan of the ability to handle custom variance-covariance matrix in margins() and cplot(), but it doesn't seem to work with the "prediction" setting for cplot():
I took a brief look at the source code and believe a call to prediction() in cplot() is just missing a "vcov = vcov" argument, but I'm not 100% sure on this.