powered by
A function which illsutrates the predicted response under the counter factual model and the observed response under the experimental treatment(s).
# S3 method for psc.binary plot(x, ...)
a survival plot corresponding to the psc fit
an object of class 'psc'
not used
This function plots the expected response of the control treatment along with the observe response rates of the experimental arms
bin.mod <- psc::bin.mod data <- psc::data bin.psc <- pscfit(bin.mod,data,nsim=3000) plot(bin.psc)
Run the code above in your browser using DataLab