I have this graphics using R. The final line is:
> dca(data=data.set, outcome= "Result", predictor="phat_corrected", xstop=0.9)
Is there a color area in dca comment?
On the other hand, I can draw only one model at a time with this command.
I see 3-4 models in one net benefit graphic at once in some articles, and it is a good way to compare them. How do authors plot multiple models' result at once with different color? I've sent this question but I had no return.
Please help. Do I need to use a command other than dca? Can I give color to the curve after I've got them by using dca command?