mathesong / kinfitr

kinfitr: PET Kinetic Modelling Using R

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incorporate blood weights functions

mathesong opened this issue · comments

There should be a reasonably straightforward way to calculate and use weights for blood fitting functions. The problem is that we currently have some weighting functionality built into the models themselves. But I think the answer is probably to incorporate that functionality into a weight calculator, and override those functions in the blood models.

Done in commit 83e2951