modgompertz | R Documentation |
modgompertz
takes response parameters and returns change in symptoms as a function of time
modgompertz(t, maxr, disp, rate)
t |
time - no specific units, just make sure it's consistant across your modeling |
maxr |
maximum response that can be attained (ceiling) |
disp |
vertical displacement |
rate |
rate |
This is a slight modification of a standard gompertz function that is designed to model how symptoms can change as a function of time.
A numeric value indicating how much "improvement" there has been since baseline
as of point t
in time. A negative value indicates worsening rather than improvement.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.