Summarize a dynpv object
Usage
# S3 method for class 'dynpv'
summary(object, ...)Arguments
- object
Tibble of class "dynpv" created by
dynpv()orfuturepv()- ...
Currently unused
Value
A list of class "dynpv_summary" with the following elements:
ncoh: Number of cohorts of uptaking patients, fromncoh()ntimes: Number of times at which present value calculations are performed, fromntimes()uptake: Total number of uptaking patients, fromuptake()sum_by_coh: Present value for each uptake cohort and calculation time, fromsum_by_coh()total: Total present value, fromtotal()mean: Mean present value per uptaking patient, frommean(), equal tototal/uptake.
