ctmaFitList
Combines CoTiMAFit objects into a list with class CoTiMAFit to inform generic functions what to do
ctmaFitList(...)
...
: any number of CoTiMAFit objectsa list that combines all objects supplied and is assigned the class 'CoTiMAFit'
## Not run: CoTiMAInitFit_3$activeDirectory <- "/Users/tmp/" # adapt! CoTiMAFullFit_3$activeDirectory <- "/Users/tmp/" # adapt! plot(ctmaFitList(CoTiMAInitFit_3, CoTiMAFullFit_3), timeUnit="Months", timeRange=c(1, 144, 1) ) ## End(Not run)