ejolly / pymer4

All the convenience of lme4 in python
http://eshinjolly.com/pymer4
MIT License
192 stars 26 forks source link

Variance-Covariance Table for Fitted coefficients #111

Open sbSHA opened 2 years ago

sbSHA commented 2 years ago

Is there a way to get the variance-covariance (or the correlation) matrix of the fitted fixed-effects?

ejolly commented 2 years ago

Are you referring to for example the output of calling varcor(model) in R? If so then unfortunately it's not implemented. Happy to take pull-requests!

AndrewRidden-Harper commented 5 months ago

I am also interested in this functionality. Has there been any progress on its implementation? If not, I may be able to assist with the implementation so would you have any suggestions on how it could be done? @ejolly