Package: r-cran-diagnosismed / 0.2.3-7

spelling.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Author: Andreas Tille <tille@debian.org>
Last-Update: Wed, 13 Jan 2016 14:18:41 +0100
Bug-Upstream: https://r-forge.r-project.org/tracker/index.php?func=detail&aid=1478&group_id=258&atid=1044
Description: Fix spelling

--- a/R/print.TGROC.r
+++ b/R/print.TGROC.r
@@ -8,16 +8,16 @@ print.TGROC<-function(x,...){
   cat("Test summary.-------------------------------------------------------------------\n")  
   print(x$test.summary)
   cat("\n\n")
-  cat("Non-paramentric inconclusive cut-off limits with",x$inc,"inconclusive tolerance.---\n")  
+  cat("Non-parametric inconclusive cut-off limits with",x$inc,"inconclusive tolerance.---\n")  
   print(x$non.parametric.inconclusive)
   cat("\n\n")
-  cat("Non-paramentric best cut-off estimations with",x$conf.limit,"confidence limits.------------\n")  
+  cat("Non-parametric best cut-off estimations with",x$conf.limit,"confidence limits.------------\n")  
   print(x$np.test.best.cutoff)
   cat("\n\n")
-  cat("Paramentric inconclusive cut-off limits with",x$inc,"inconclusive tolerance.--------\n")  
+  cat("Parametric inconclusive cut-off limits with",x$inc,"inconclusive tolerance.--------\n")  
   print(x$parametric.inconclusive)
   cat("\n\n")
-  cat("Paramentric best cut-off estimations with",x$conf.limit,"confidence limits.----------------\n")  
+  cat("Parametric best cut-off estimations with",x$conf.limit,"confidence limits.----------------\n")  
   print(x$par.test.best.cutoff)
   cat("\n\n")
 }  
--- a/man/TGROC.Rd
+++ b/man/TGROC.Rd
@@ -65,7 +65,7 @@ TGROC(gold,
   \item{n.shows}{Number of times to report (if report is TRUE).See \link[AMORE]{train}.}
   \item{Plot}{Possible values are: "None", "Both", "Parametric" and "Non-parametric". TGROC may plot parametric, non-parametric, both or no plot at all depending of this option. Default is to plot both curves.}
   \item{Plot.inc.range}{Plot inconclusive range. If TRUE, the lines representing the limits of the inconclusive range will be displayed. Default is TRUE. Parametric inconclusive range will be displayed if Plot = "Parametric" or Plot = "Both" and non-parametric inconclusive range otherwise. If Plot is FALSE then Plot.inc.range is not considered.}
-  \item{Plot.Cl}{Plot confidence limits. If TRUE, confidence bands for sensitivity and specificity curves will be displayed. If Plot = "Parametric" or Plot = "Both" than parametric bands are displayed and non-paramentric otherwise. Default is FLASE. If Plot is FALSE than Plot.Cl is not considered.}
+  \item{Plot.Cl}{Plot confidence limits. If TRUE, confidence bands for sensitivity and specificity curves will be displayed. If Plot = "Parametric" or Plot = "Both" than parametric bands are displayed and non-parametric otherwise. Default is FALSE. If Plot is FALSE than Plot.Cl is not considered.}
   \item{Plot.cutoff}{A line representing the estimated best cut-off (threshold) will be displayed. If Plot is FALSE then Plot.cutoff is not considered. If Plot = "Parametric" or Plot = "Both" than the parametric values are represented and non-parametric otherwise. Default is "None". Possible values are:
         "Se=Sp" - the cut-off which Sensitivity is equal to Specificity;