[rkward-cvs] [rkward] rkward/plugins/analysis: Fix typos

Yuri Chornoivan yurchor at ukr.net
Sat Dec 6 18:36:00 UTC 2014


Git commit aadfc52e060ded445cab1deab6c6496e3e647a5e by Yuri Chornoivan.
Committed on 06/12/2014 at 18:35.
Pushed by yurchor into branch 'master'.

Fix typos

M  +1    -1    rkward/plugins/analysis/crosstab.rkh
M  +1    -1    rkward/plugins/analysis/wilcoxon/wilcoxon_tests.rkh

http://commits.kde.org/rkward/aadfc52e060ded445cab1deab6c6496e3e647a5e

diff --git a/rkward/plugins/analysis/crosstab.rkh b/rkward/plugins/analysis/crosstab.rkh
index 716920a..6d87e35 100644
--- a/rkward/plugins/analysis/crosstab.rkh
+++ b/rkward/plugins/analysis/crosstab.rkh
@@ -13,7 +13,7 @@ For complete crosstabulation of three or more variables against each other (into
 	<settings>
 		<caption id="variables_tab"/>
 		<setting id="x">Select any vector that can be interpreted as a factor. This variable will be present in all tables.</setting>
-		<setting id="y">Select one or more vector that can be interpreted as a factor. Each of these will be cross-tabulated against the "dependent" variable.</setting>
+		<setting id="y">Select one or more vectors that can be interpreted as a factor. Each of these will be cross-tabulated against the "dependent" variable.</setting>
 		<setting id="chisq">Should a chisquare test be performed (for each pair)?</setting>
 		<setting id="barplot">Should a barplot be produced (for each pair)?</setting>
 		<setting id="preview">Allows to preview the barplot(s). Only the first of the barplots is shown in the preview, even if more than one table is produced.</setting>
diff --git a/rkward/plugins/analysis/wilcoxon/wilcoxon_tests.rkh b/rkward/plugins/analysis/wilcoxon/wilcoxon_tests.rkh
index 90ea7b5..5b110f0 100644
--- a/rkward/plugins/analysis/wilcoxon/wilcoxon_tests.rkh
+++ b/rkward/plugins/analysis/wilcoxon/wilcoxon_tests.rkh
@@ -19,7 +19,7 @@
 		<setting id="confint">Check this if you want the confidence interval to be computed/printed.</setting>
 		<setting id="conflevel">Confidence level of the printed confidence interval.</setting>
 		<setting id="mu">The location / location shift to form the null hypothesis.</setting>
-		<setting id="exact">Should an exact p-value be computed? By default ("Automatic") an asymptomatic p-value is calculated if and only if you have less than 50 cases per group without binding than an exact test should be performed.</setting>
+		<setting id="exact">Should an exact p-value be computed? By default ("Automatic") an asymptomatic p-value is calculated if and only if you have less than 50 cases per group without binding when an exact test should be performed.</setting>
 		<setting id="ties">Check this option to compute an exact p-value even in the presence of ties.</setting>
 		<setting id="correct">If checked a continuity correction in the normal approximation for the p-value is applied.</setting>
 	</settings>




More information about the rkward-tracker mailing list