Results per Page:  
Search in: R Manuals Base Packages Help Pages | CRAN Task Views
CRAN Packages Description Help Pages News Readme Vignettes

Matching any words Matching all words
1-20 of about 3,000 matches
Term frequencies: ROC: 3,063
Search took 0.004071 seconds

Size: 3.7K
R: Add a ROC line to a ROC plot
...convenience function adds a ROC line to a ROC curve. Usage ## S3 method for class 'roc' lines(x, ...) ## S3 method for class 'smooth.roc' lines(x, ...) ## S3 method for class 'roc' lines.roc(x, lwd=2...
/CRAN/refmans/pROC/html/lines.roc.html
 all  matching: :roc, :roc and roc


Size: 2.2K
R: ROC curve
...roc(...) ## S3 method for class 'mldr' roc(mldr, predictions, ...) Arguments ... Additional parameters to be passed to the pROC::roc function. See roc for more information. mldr An "mldr" object. Its...
/CRAN/refmans/mldr/html/roc.mldr.html
 all  matching: :roc, :roc and roc


Size: 2.3K
R: Semiparametric ROC Analysis
...Semiparametric ROC Analysis Description This function performs ROC analysis on the rules from nonparametric approach. If plot=TRUE, the ROC curve is returned. Usage ROC.semipar(Z, S, phi, plot = TRUE)...
/CRAN/refmans/TGST/html/ROC.semipar.html
 all  matching: :roc, :roc and roc


Size: 2.3K
R: Nonparametric ROC Analysis
ROC.nonpar {TGST} R Documentation Nonparametric ROC Analysis Description This function performs ROC analysis for tripartite rules by nonparametric approach. If plot=TRUE, the ROC curve is returned.
/CRAN/refmans/TGST/html/ROC.nonpar.html
 all  matching: :roc, :roc and roc


Size: 2.6K
R: Receiver Operating Characteristic (ROC)
ROC {fake} R Documentation Receiver Operating Characteristic (ROC) Description Computes the True and False Positive Rates (TPR and FPR, respectively) and Area Under the Curve (AUC) by comparing...
/CRAN/refmans/fake/html/ROC.html
 all  matching: :roc, :roc and roc


Size: 1.9K
R: Plot Function for "roc"
...for "roc" Description Plot the ROC curve for an object with S3 class "roc" Usage ## S3 method for class 'roc' plot(x, ...) Arguments x An object with S3 class "roc" ... System reserved (No specific...
/CRAN/refmans/flare/html/plot.roc.html
 all  matching: :roc, :roc and roc


Size: 2.3K
R: roc
roc {gbm.auto} R Documentation roc Description Internal use only. Adapted from Ferrier, Pearce and Watson's code, by J.Elith , see: Hanley, J.A. & McNeil, B.J. (1982) The meaning and use of the area...
/CRAN/refmans/gbm.auto/html/roc.html
 all  matching: :roc, :roc and roc


Size: 1.6K
R: Plot function for S3 class "roc"
...the ROC curve for an object with S3 class "roc". Usage ## S3 method for class 'roc' plot(x, ...) Arguments x An object with S3 class "roc" ... System reserved (No specific usage) See Also huge.roc...
/CRAN/refmans/huge/html/plot.roc.html
 all  matching: :roc, :roc and roc


Size: 2.0K
R: ROC Curve
ROC {BranchGLM} R Documentation ROC Curve Description Creates an ROC curve. Usage ROC(object, ...) ## S3 method for class 'numeric' ROC(object, y, ...) ## S3 method for class 'BranchGLM' ROC(object...
/CRAN/refmans/BranchGLM/html/ROC.html
 all  matching: :roc, :roc and roc


Size: 2.4K
R: Receiver Operating Characteristic (ROC) curve
...Arguments x output of ROC. add logical indicating if the curve should be added to the current plot. ... additional plotting arguments (see par). Value A base plot. See Also ROC, Concordance...
/CRAN/refmans/fake/html/plot.roc_curve.html
 all  matching: :roc, :roc and roc


Size: 2.2K
R: Build ROC curve from outer CV training folds
...auc() etc. Usage train_roc(x, direction = "<", ...) Arguments x a nestcv.glmnet, nestcv.train or outercv object direction Set ROC directionality pROC::roc ... Other arguments passed to pROC::roc...
/CRAN/refmans/nestedcv/html/train_roc.html
 all  matching: :roc, :roc and roc


Size: 3.1K
R: ROC (Receiver operator curve) data from a classification...
...an rfsrc classification object which_outcome select the classification outcome of interest. oob use oob estimates (default TRUE) ... extra arguments (not used) Value gg_roc data.frame for plotting ROC...
/CRAN/refmans/ggRandomForests/html/gg_roc.rfsrc.html
 all  matching: :roc, :roc and roc


Size: 3.8K
R: AUC and ROC Curves Data
ROC {lares} R Documentation AUC and ROC Curves Data Description This function calculates ROC Curves and AUC values with 95% confidence range. It also works for multi-categorical models. Usage ROC(tag...
/CRAN/refmans/lares/html/ROC.html
 all  matching: :roc, :roc and roc


Size: 1.6K
R: roc
roc {ezplot} R Documentation roc Description Calculates ROC and AUC Usage roc(fitted, actual) Arguments fitted Vector with values between 0 and 1 actual Vector with two levels Examples ezplot:::roc...
/CRAN/refmans/ezplot/html/roc.html
 all  matching: :roc, :roc and roc


Size: 1.9K
R: Prints information about a 'fbroc.roc' object
...fbroc.roc {fbroc} R Documentation Prints information about a fbroc.roc object Description Prints the information about the bootstrap results for an object of class fbroc.roc. This information includes...
/CRAN/refmans/fbroc/html/print.fbroc.roc.html
 all  matching: :roc, :roc and roc


Size: 1.8K
R: To Get the Best Cutoff Value for ROC Curve
roc {cutoff} R Documentation To Get the Best Cutoff Value for ROC Curve Description Youden index is used for seeking the best cutoff value for ROC Curve. Usage roc(score, class) Arguments score...
/CRAN/refmans/cutoff/html/roc.html
 all  matching: :roc, :roc and roc


Size: 1.6K
R: ROC curve for LOPART algorithm and competitors
...LOPART paper we computed ROC curves for predictions of changepoint detection algorithms. Usage data("LOPART.ROC") Format A named list of two data frames: points has one row per model/algorithm, roc...
/CRAN/refmans/directlabels/html/LOPART.ROC.html
 all  matching: :roc, :roc and roc


Size: 1.8K
R: Interactive depiction of ROC curves
...roc.tck {asbio} R Documentation Interactive depiction of ROC curves Description Sliders allow users to change distinctness of dichotomous classes (success and failure). This will affect the ROC curve.
/CRAN/refmans/asbio/html/see.roc.tck.html
 all  matching: :roc, :roc and roc


Size: 2.1K
R: ROC plot
ROC {DataVisualizations} R Documentation ROC plot Description ROC Usage ROC(Data, Cls, Names, Colors) Arguments Data [1:n, 1:d] numeric vector or matrix of scores to be evaluated with ROC. Cls [1:n]...
/CRAN/refmans/DataVisualizations/html/ROC.html
 all  matching: :roc, :roc and roc


Size: 2.5K
R: ROC.plot
ROC.plot {traineR} R Documentation ROC.plot Description Function that plots the ROC curve of a prediction with only 2 categories. Usage ROC.plot(prediction, real, .add = FALSE, color = "red")...
/CRAN/refmans/traineR/html/ROC.plot.html
 all  matching: :roc, :roc and roc


...


powered by xapian
hosted and maintained by the Institute for Statistics and Mathematics
of WU (Vienna University of Economics and Business)
give a feedback