| summary.dynpv | R Documentation |
Summarize a dynpv object
## S3 method for class 'dynpv'
summary(object, ...)
object |
Tibble of class "dynpv" created by |
... |
Currently unused |
A list of class "dynpv_summary" with the following elements:
ncoh: Number of cohorts of uptaking patients, from ncoh()
ntimes: Number of times at which present value calculations are performed, from ntimes()
uptake: Total number of uptaking patients, from uptake()
sum_by_coh: Present value for each uptake cohort and calculation time, from sum_by_coh()
total: Total present value, from total()
mean: Mean present value per uptaking patient, from mean(), equal to total/uptake.
dynpv(), futurepv()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.