if (FALSE) {
plotConditionalMedianFunction(yCP = c(3, 5, 7, 9.5, 13.5),
xMed = c(2, 6.5, 9, 13, 20),
yLimits = c(0, 20),
link = "log")
plotConditionalMedianFunction(yCP = c(2, 4, 6, 8, 10),
xMed = c(0.1, 0.3, 0.5, 0.7, 0.9),
yLimits = c(0, 15),
link = "logit")
}
Run the code above in your browser using DataLab