| plot.WCE | R Documentation |
WCEMethod to plot the weight function(s) of a WCE object. Can plot the best estimated weight function or all the estimated functions simultaneously.
## S3 method for class 'WCE' plot(x, allres = FALSE, ...)
x |
A WCE object |
allres |
Logical. If TRUE, then all the weight functions from the WCE object are plotted simultaneously. If FALSE, then only the best function, determined by AIC or BIC, is plotted. Default to FALSE. |
... |
Optional. Additional arguments to be passed to |
Marie-Pierre Sylvestre
marie-pierre.sylvestre@umontreal.ca
Sylvestre MP, Abrahamowicz M. Flexible modeling of the cumulative effects of time-dependent exposures on the hazard. Stat Med. 2009 Nov 30;28(27):3437-53.
wce <- WCE(drugdata, "Cox", 1, 90, constrained = "R", id = "Id", event = "Event",
start = "Start", stop = "Stop", expos = "dose", covariates = c("age", "sex"))
plot(wce)