tcdca {ggscidca} | R Documentation |
tcdca
Description
You can use it to plot decision curves for multiple binary classification models.
Arguments
... |
Fill in multiple binary classification models. Cannot populate correlation models with time. |
newdata |
If the decision curve of the validation set is to be analysed. Fill in the validation set data here. |
cmprsk |
If it is a competitive risk model, select TRUE here. |
modelnames |
Defines the name of the generated image model. |
y.min |
The maximum value of the negative part of the picture. Generally defaults to positive values multiplied by 0.4. |
xstop |
The maximum value of the X-axis of the picture. |
y.max |
The maximum value of the Y-axis. The default value is the maximum net benefit. |
pyh |
The height at which the bars are plotted cannot exceed y.min. |
relcol |
The colour of the relevant part of the bar. The default is red. |
irrelcol |
The colour of the irrelevant part of the bar. The default is blue. |
relabel |
Relevance Tags. |
irrellabel |
No relevant tags. |
text.size |
Font size. |
text.col |
The colour of the font. |
colbar |
The default is true, and if false is selected, bar plotting is cancelled. |
merge |
If true is selected it will merge the two long zones. |
threshold.text |
The default is FALSE, if TRUE is selected, a text message for the threshold will be added. |
threshold.line |
The default is FALSE, and if TRUE is selected, lines for the threshold will be added. |
nudge_x |
Used to adjust the x-axis position of the point where the threshold is located. |
nudge_y |
Used to adjust the y-axis position of the point where the threshold is located. |
threshold.linetype |
The line shape of the threshold line. |
threshold.linewidth |
The line width of the threshold line. |
threshold.linecol |
The colour of the threshold line. |
po.text.size |
The size of the threshold point text. |
po.text.col |
The colour of the threshold point text. |
po.text.fill |
The background of the threshold point text. |
liftpec |
Threshold point left displacement. |
rightpec |
Threshold point right displacement. |
legend.position |
Set the position of the legend. |
Splitface |
Name the faceted image. |
Value
A picture.