Granville Matheson

Results 5 issues of Granville Matheson

``` library(kinfitr) library(tidyverse) data(pbr28) pbr28 % mutate(pfdat = map(blooddata, bd_extract, output="parentFraction")) pbr28 % group_by(PET) %>% mutate(gammafit = map(pfdat, ~metab_gamma(.x$time, .x$parentFraction))) ``` giving warnings about NaN values. The fits are all...

This new paper describes a database of average parameter estimates for a large number of tracers. This is potentially useful for altering starting parameter values, as well as for checking...

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...

A few things need to be done to sort out the tstar finders, because they're currently pretty ugly. - [x] They should return a plot, and optionally an image too...

enhancement

All outputs need classes - [x] plot methods - [ ] coefficients

enhancement