# Load the calibrated data:
data(LIPF)
# Load the raw data:
data(LIPR)
# Get calibration ranges for condition DEVELOPED:
rob.calibrange(
raw.data = LIPR,
calib.data = LIPF,
test.cond.raw = "DEVELOPED",
test.cond.calib = "DEVELOPED",
test.thresholds = c(400, 550, 900),
step = 500,
max.runs = 2,
outcome = "SURVIVED",
conditions = c("URBAN","LITERATE","INDUSTRIAL","STABLE"),
incl.cut = 0.8,
n.cut = 1,
include = "?"
)
Run the code above in your browser using DataLab