Open
Description
Currently we can use the scores package to calculate the CORP decomposition https://www.pnas.org/doi/10.1073/pnas.2016191118#sec-4
It would be nice to have a wrapper to do this for us to remove the manual steps.
One design choice that needs to be made is, do we:
- a) create one wrapper function where you pass in the scoring function, or
- b) create a wrapper function for every relevant scoring function?