You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: instat/ucrCalculator.vb
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -574,7 +574,7 @@ Public Class ucrCalculator
574
574
ttCalculator.SetToolTip(cmdCor,"correlation between 2 variables. It is a value between -1 and +1.")
575
575
ttCalculator.SetToolTip(cmdCov,"covariance between 2 variables.")
576
576
ttCalculator.SetToolTip(cmdQuantile,"a quantile, given a value between 0 and 1. So quantile(c(1,2,3,4,10), 0.25) = 2 and is the lower quartile.")
577
-
ttCalculator.SetToolTip(cmdQuantile3,"quantile for an ordered factor. So quantile(cut, 0.25) for the cut variable from ggplotdiamonds data gives the 3rd level, namely Very Good")
577
+
ttCalculator.SetToolTip(cmdQuantile3,"quantile for an ordered factor. So quantile(cut, 0.25) for variable from ggplot2 diamonds, gives the 3rd level, namely Very Good")
578
578
ttCalculator.SetToolTip(cmdwhichmax,"Row number of the maximum value. So which.max(c(4,3,10,1,2)) is 3")
579
579
ttCalculator.SetToolTip(cmdwhichmin,"Row number of the minimum value. So which.min(c(4,3,10,1,2)) is 4")
580
580
ttCalculator.SetToolTip(cmdwheremax,"Value of a variable at the which.max position. So for c(""a"",""b"",""c"",""d"",""e""), is ""c"", for the data in which.max tooltip.")
@@ -1425,15 +1425,15 @@ Public Class ucrCalculator
0 commit comments