library(markovMSM)
data(prothr)
# \donttest{
res<-AUC.test(data=prothr, times=30, from=1, to=3, type='local',
replicas=10)
plot(res, to=3, axis.scale=c(-0.25,.25), difP=TRUE)
plot(res, to=2, axis.scale=c(0,.25), difP=FALSE)
res2<-AUC.test(data=prothr, from=1, to=3,
type='global', replicas=10, limit=0.90, quantiles=c(.05, .10, .20, .30, 0.40))
plot(res2, quantileOrder=3, 2, axis.scale=c(-0.05,.15))
# }
Run the code above in your browser using DataLab