1

I need to calculate Lindeman-Merenda-Gold (LMG) scores, for my regression analysis. I've found that is is available under relaimpo package in R-Language.

Unfortunatelly, I don't have any experience with R. I checked the internet but I couldn't find. Is there a python port of this package ? If it doesn't exist, is it possible to use that package through python somehow ?

zwlayer
  • 1,752
  • 1
  • 18
  • 41
  • eventually related: https://stackoverflow.com/questions/5630441/how-do-rpy2-pyrserve-and-pyper-compare – jogo Dec 14 '18 at 08:45

1 Answers1

0

Recently, I run into the pingouin library.

Ales
  • 495
  • 3
  • 11