# Provide biomarker values and request actual values to be used,
# so that bandwidth is chosen from range.
control_step(biomarker = 1:10, use_percentile = FALSE)
# Use a global model with quadratic biomarker interaction term.
control_step(bandwidth = NULL, degree = 2)
# Reduce number of points to be used.
control_step(num_points = 10)
Run the code above in your browser using DataLab