control_step | R Documentation |
This is an auxiliary function for controlling arguments for STEP calculations.
control_step(
biomarker = NULL,
use_percentile = TRUE,
bandwidth,
degree = 0L,
num_points = 39L
)
biomarker |
( |
use_percentile |
( |
bandwidth |
( |
degree |
( |
num_points |
( |
A list of components with the same names as the arguments, except biomarker
which is
just used to calculate the bandwidth
in case that actual biomarker windows are requested.
# 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.