View source: R/calibration_curve.R
dsCalibrationCurve | R Documentation |
This function enables to calculate a calibration curve on DataSHIELD servers.
dsCalibrationCurve(
connections,
truth_name,
pred_name,
nbins = 10L,
remove_critical_bins = TRUE
)
connections |
('DSI::connection') Connection to an OPAL server. |
truth_name |
('character(1L)') 'R' object containing the models name as character. |
pred_name |
('character(1L)') Name of the object predictions should be assigned to. |
nbins |
('integer(1L)') Number of bins between 0 and 1 (default is 10). |
remove_critical_bins |
('logical(1L)') Just remove critical bins and return just bins with 'length(bin) > n_critical'. |
Calibration curve for multiple server
Daniel S.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.