[rkward-cvs] SF.net SVN: rkward: [1892] trunk/rkward/rkward/plugins/distributions/clt

tfry at users.sourceforge.net tfry at users.sourceforge.net
Wed May 9 16:37:37 UTC 2007


Revision: 1892
          http://svn.sourceforge.net/rkward/?rev=1892&view=rev
Author:   tfry
Date:     2007-05-09 09:37:36 -0700 (Wed, 09 May 2007)

Log Message:
-----------
Snippetize the CLT help pages

Modified Paths:
--------------
    trunk/rkward/rkward/plugins/distributions/clt/plot_beta_clt.rkh
    trunk/rkward/rkward/plugins/distributions/clt/plot_binomial_clt.rkh
    trunk/rkward/rkward/plugins/distributions/clt/plot_chi_squared_clt.rkh
    trunk/rkward/rkward/plugins/distributions/clt/plot_exponential_clt.rkh
    trunk/rkward/rkward/plugins/distributions/clt/plot_f_clt.rkh
    trunk/rkward/rkward/plugins/distributions/clt/plot_gamma_clt.rkh
    trunk/rkward/rkward/plugins/distributions/clt/plot_geometric_clt.rkh
    trunk/rkward/rkward/plugins/distributions/clt/plot_hypergeometric_clt.rkh
    trunk/rkward/rkward/plugins/distributions/clt/plot_logistic_clt.rkh
    trunk/rkward/rkward/plugins/distributions/clt/plot_lognormal_clt.rkh
    trunk/rkward/rkward/plugins/distributions/clt/plot_negbinomial_clt.rkh
    trunk/rkward/rkward/plugins/distributions/clt/plot_normal_clt.rkh
    trunk/rkward/rkward/plugins/distributions/clt/plot_poisson_clt.rkh
    trunk/rkward/rkward/plugins/distributions/clt/plot_t_clt.rkh
    trunk/rkward/rkward/plugins/distributions/clt/plot_uniform_clt.rkh
    trunk/rkward/rkward/plugins/distributions/clt/plot_weibull_clt.rkh
    trunk/rkward/rkward/plugins/distributions/clt/plot_wilcoxon_clt.rkh

Added Paths:
-----------
    trunk/rkward/rkward/plugins/distributions/clt/plot_clt_help_snippets.xml

Modified: trunk/rkward/rkward/plugins/distributions/clt/plot_beta_clt.rkh
===================================================================
--- trunk/rkward/rkward/plugins/distributions/clt/plot_beta_clt.rkh	2007-05-09 15:37:05 UTC (rev 1891)
+++ trunk/rkward/rkward/plugins/distributions/clt/plot_beta_clt.rkh	2007-05-09 16:37:36 UTC (rev 1892)
@@ -1,34 +1,15 @@
 <!DOCTYPE rkhelp>
 <document>
-	<summary>
-		Normal approximation to Beta Sample averages. For any generic option refer to the RKWard help page on <link href="rkward://component/plot_binomial_clt"/> for detailed descriptions.
-	</summary>
-	<usage>
-		Choose the Beta parameter, the sample sizes needed for CLT and a choice of function.
-	</usage>
-	<settings>
-		<caption id="tab_plot_distrib_clt"/>
-		<setting id="frame_betaparam">See RKWard help on <link href="rkward://component/plot_beta_distribution"/>.</setting>
-		<setting id="nAvg"></setting>
-		<setting id="nDist"></setting>
-		<setting id="function"></setting>
-		<setting id="scalenorm"></setting>
-		<setting id="drawnorm">For all the above see 'Binomial CLT'.</setting>
-		<setting id="normpointtype">Pointtype for the Normal curve.</setting>
-		<setting id="normlinecol">Color of the Normal curve.</setting>
-		<setting id="plotoptions">Various plot options.</setting>
-		<setting id="preview">Preview button.</setting>
-		<caption id="tab_histoptions"/>
-		<setting id="histogram_opt">See Binomial CLT for details.</setting>
-		<caption id="tab_distfunction"/>
-		<setting id="dist_stepfun">See Binomial CLT for details.</setting>
-	</settings>
-	<related>
-		<ul>
-			<li><link href="rkward://component/plot_binomial_clt"/></li>
+	<snippets>
+		<snippet id="dist_name"><span>Beta</span></snippet>
+		<snippet id="dist_related">
 			<li><link href="rkward://component/plot_beta_distribution"/></li>
 			<li><link href="rkward://rhelp/Beta"/></li>
-			<li><link href="rkward://rhelp/Normal"/></li>
-		</ul>
-	</related>
+		</snippet>
+		<snippet id="dist_options_help">
+			<setting id="frame_betaparam">See RKWard help on <link href="rkward://component/plot_beta_distribution"/>.</setting>
+		</snippet>
+		<include file="plot_clt_help_snippets.xml"/>
+	</snippets>
+	<insert snippet="clt_help_template"/>
 </document>

Modified: trunk/rkward/rkward/plugins/distributions/clt/plot_binomial_clt.rkh
===================================================================
--- trunk/rkward/rkward/plugins/distributions/clt/plot_binomial_clt.rkh	2007-05-09 15:37:05 UTC (rev 1891)
+++ trunk/rkward/rkward/plugins/distributions/clt/plot_binomial_clt.rkh	2007-05-09 16:37:36 UTC (rev 1892)
@@ -1,38 +1,16 @@
 <!DOCTYPE rkhelp>
 <document>
-	<summary>
-		Normal approximation to Binomial Sample averages. Most of this help file is generic description of CLT plugins. Sample averages from a contending distribution (Binomial here) are compared to a target Normal distributoin. The comparision is made based on either histograms or distribution functions or quatile-quantile plots. For brevity, D will denote the contending distribution (Binomial here).
-	</summary>
-	<usage>
-		Choose the Binomial parameters, the sample sizes needed for CLT and a choice of function. The function specific options are provided in different tabs.
-	</usage>
-	<settings>
-		<caption id="tab_plot_distrib_clt"/>
-		<setting id="frame_binomparam">See RKWard help on <link href="rkward://component/plot_binomial_distribution"/>.</setting>
-		<setting id="nAvg">These many samples (nAvg) are used to calculate sample average. For a fixed value of the parameters, one would be interested in seeing how the distribution of the sample averages change as this number increases.</setting>
-		<setting id="nDist">These many sets-of-samples (nDist) are used to get some idea about the distribution of the sample averages. Each set provides an average. Then these averages are used to construct the 'Histogram' or the 'Distribution function'.</setting>
-		<setting id="function">Choose one of 'Histogram' or 'Distribution function' to compare the distribution of the sample averages of D with that of Normal distribution. As of now, only 'Histogram' has been implemented.</setting>
-		<setting id="scalenorm">Should the sample averages be normalised, by subtracting the mean, E(D), of D and dividing by the standard deviation, S(D)/sqrt(nAvg), where S(D) is the standard deviation of D? If done so, then the target Normal distribution is taken to be the standard one, that is, with mean 0 and variance 1. Otherwise the target distribution is Normal with the mean E(D) and standard deviation S(D)/sqrt(nAvg).</setting>
-		<setting id="drawnorm">Should a Normal curve be drawn? For the case of 'Histogram', nDist random samples are drawn from the target Normal distribution and their density values are plotted.</setting>
-		<setting id="normpointtype">Pointtype for the Normal curve.</setting>
-		<setting id="normlinecol">Color of the Normal curve.</setting>
-		<setting id="plotoptions">Various plot options.</setting>
-		<setting id="preview">Preview button.</setting>
-		<caption id="tab_histoptions"/>
-		<setting id="histogram_opt">The 'Frequency' checkbox is unavailable because, in this situation, drawing the histogram with <i>freq=TRUE</i> doesnot make sense. Also, since histogram is the main plot, 'Add to current plot' checkbox has also been disabled. See RKWard help on <link href="rkward://component/histogram_options"/> for other histogram centric details.</setting>
-		<caption id="tab_distfunction"/>
-		<setting id="dist_stepfun" label="Stepfunction options">See the help on the <link href="rkward://component/plot_stepfun_options"/> plugin. The 'Add to current plot' option is unavailable.</setting>
-	</settings>
-	<related>
-		<ul>
+	<snippets>
+		<snippet id="dist_name"><span>Binomial</span></snippet>
+		<snippet id="dist_related">
 			<li><link href="rkward://component/plot_binomial_distribution"/></li>
-			<li><link href="rkward://component/plot_stepfun_options"/></li>
-			<li><link href="rkward://component/histogram_options"/></li>
 			<li><link href="rkward://rhelp/Binomial"/></li>
-			<li><link href="rkward://rhelp/Normal"/></li>
-			<li><link href="rkward://rhelp/hist"/></li>
-			<li><link href="rkward://rhelp/rect"/></li>
-		</ul>
-	</related>
+		</snippet>
+		<snippet id="dist_options_help">
+			<setting id="frame_binomparam">See RKWard help on <link href="rkward://component/plot_binomial_distribution"/>.</setting>
+		</snippet>
+		<include file="plot_clt_help_snippets.xml"/>
+	</snippets>
+	<insert snippet="clt_help_template"/>
 </document>
 

Modified: trunk/rkward/rkward/plugins/distributions/clt/plot_chi_squared_clt.rkh
===================================================================
--- trunk/rkward/rkward/plugins/distributions/clt/plot_chi_squared_clt.rkh	2007-05-09 15:37:05 UTC (rev 1891)
+++ trunk/rkward/rkward/plugins/distributions/clt/plot_chi_squared_clt.rkh	2007-05-09 16:37:36 UTC (rev 1892)
@@ -1,34 +1,15 @@
 <!DOCTYPE rkhelp>
 <document>
-	<summary>
-		Normal approximation to Chi-Squared Sample averages. For any generic option refer to the RKWard help page on <link href="rkward://component/plot_binomial_clt"/> for detailed descriptions.
-	</summary>
-	<usage>
-		Choose the Chi-Squared parameter, the sample sizes needed for CLT and a choice of function.
-	</usage>
-	<settings>
-		<caption id="tab_plot_distrib_clt"/>
-		<setting id="frame_chisqparam">See RKWard help on <link href="rkward://component/plot_chi_squared_distribution"/>.</setting>
-		<setting id="nAvg"></setting>
-		<setting id="nDist"></setting>
-		<setting id="function"></setting>
-		<setting id="scalenorm"></setting>
-		<setting id="drawnorm">For all the above see 'Binomial CLT'.</setting>
-		<setting id="normpointtype">Pointtype for the Normal curve.</setting>
-		<setting id="normlinecol">Color of the Normal curve.</setting>
-		<setting id="plotoptions">Various plot options.</setting>
-		<setting id="preview">Preview button.</setting>
-		<caption id="tab_histoptions"/>
-		<setting id="histogram_opt">See Binomial CLT for details.</setting>
-		<caption id="tab_distfunction"/>
-		<setting id="dist_stepfun">See Binomial CLT for details.</setting>
-	</settings>
-	<related>
-		<ul>
-			<li><link href="rkward://component/plot_binomial_clt"/></li>
+	<snippets>
+		<snippet id="dist_name"><span>Chi-Squared</span></snippet>
+		<snippet id="dist_related">
 			<li><link href="rkward://component/plot_chi_squared_distribution"/></li>
 			<li><link href="rkward://rhelp/Chisquare"/></li>
-			<li><link href="rkward://rhelp/Normal"/></li>
-		</ul>
-	</related>
+		</snippet>
+		<snippet id="dist_options_help">
+			<setting id="frame_chisqparam">See RKWard help on <link href="rkward://component/plot_chi_squared_distribution"/>.</setting>
+		</snippet>
+		<include file="plot_clt_help_snippets.xml"/>
+	</snippets>
+	<insert snippet="clt_help_template"/>
 </document>

Added: trunk/rkward/rkward/plugins/distributions/clt/plot_clt_help_snippets.xml
===================================================================
--- trunk/rkward/rkward/plugins/distributions/clt/plot_clt_help_snippets.xml	                        (rev 0)
+++ trunk/rkward/rkward/plugins/distributions/clt/plot_clt_help_snippets.xml	2007-05-09 16:37:36 UTC (rev 1892)
@@ -0,0 +1,37 @@
+<!DOCTYPE rkhelp>
+<document>
+	<snippet id="clt_help_template">
+		<summary>
+			Normal approximation to <insert snippet="dist_name"/> Sample averages. Most of this help file is generic description of CLT plugins. Sample averages from a contending distribution (Binomial here) are compared to a target Normal distribution. The comparision is made based on either histograms or distribution functions. For brevity, D will denote the contending distribution (<insert snippet="dist_name"/> here).
+		</summary>
+		<usage>
+			Choose the <insert snippet="dist_name"/> parameters, the sample sizes needed for CLT and a choice of function. The function specific options are provided in different tabs.
+		</usage>
+		<settings>
+			<caption id="tab_plot_distrib_clt"/>
+			<insert snippet="dist_options_help"/>
+			<setting id="nAvg">These many samples (nAvg) are used to calculate sample average. For a fixed value of the parameters, one would be interested in seeing how the distribution of the sample averages change as this number increases.</setting>
+			<setting id="nDist">These many sets-of-samples (nDist) are used to get some idea about the distribution of the sample averages. Each set provides an average. Then these averages are used to construct the 'Histogram' or the 'Distribution function'.</setting>
+			<setting id="function">Choose one of 'Histogram' or 'Distribution function' to compare the distribution of the sample averages of D with that of Normal distribution.</setting>
+			<setting id="scalenorm">Should the sample averages be normalised, by subtracting the mean, E(D), of D and dividing by the standard deviation, S(D)/sqrt(nAvg), where S(D) is the standard deviation of D? If done so, then the target Normal distribution is taken to be the standard one, that is, with mean 0 and variance 1. Otherwise the target distribution is Normal with the mean E(D) and standard deviation S(D)/sqrt(nAvg).</setting>
+			<setting id="drawnorm">Should a Normal curve be drawn? For the case of 'Histogram', nDist random samples are drawn from the target Normal distribution and their density values are plotted.</setting>
+			<setting id="normpointtype">Pointtype for the Normal curve.</setting>
+			<setting id="normlinecol">Color of the Normal curve.</setting>
+			<setting id="plotoptions">Various plot options.</setting>
+			<setting id="preview">Preview button.</setting>
+			<caption id="tab_histoptions"/>
+			<setting id="histogram_opt">The 'Frequency' checkbox is unavailable because, in this situation, drawing the histogram with <i>freq=TRUE</i> doesnot make sense. Also, since histogram is the main plot, 'Add to current plot' checkbox has also been disabled. See RKWard help on <link href="rkward://component/histogram_options"/> for other histogram centric details.</setting>
+			<caption id="tab_distfunction"/>
+			<setting id="dist_stepfun" label="Stepfunction options">See the help on the <link href="rkward://component/plot_stepfun_options"/> plugin. The 'Add to current plot' option is unavailable.</setting>
+		</settings>
+		<related>
+			<ul>
+				<li><link href="rkward://component/plot_stepfun_options"/></li>
+				<li><link href="rkward://component/histogram_options"/></li>
+				<insert snippet="dist_related"/>
+				<li><link href="rkward://rhelp/Normal"/></li>
+			</ul>
+		</related>
+	</snippet>
+</document>
+

Modified: trunk/rkward/rkward/plugins/distributions/clt/plot_exponential_clt.rkh
===================================================================
--- trunk/rkward/rkward/plugins/distributions/clt/plot_exponential_clt.rkh	2007-05-09 15:37:05 UTC (rev 1891)
+++ trunk/rkward/rkward/plugins/distributions/clt/plot_exponential_clt.rkh	2007-05-09 16:37:36 UTC (rev 1892)
@@ -1,34 +1,15 @@
 <!DOCTYPE rkhelp>
 <document>
-	<summary>
-		Normal approximation to Exponential Sample averages. For any generic option refer to the RKWard help page on <link href="rkward://component/plot_binomial_clt"/> for detailed descriptions.
-	</summary>
-	<usage>
-		Choose the Exponential parameter, the sample sizes needed for CLT and a choice of function.
-	</usage>
-	<settings>
-		<caption id="tab_plot_distrib_clt"/>
-		<setting id="frame_expparam">See RKWard help on <link href="rkward://component/plot_exponential_distribution"/>.</setting>
-		<setting id="nAvg"></setting>
-		<setting id="nDist"></setting>
-		<setting id="function"></setting>
-		<setting id="scalenorm"></setting>
-		<setting id="drawnorm">For all the above see 'Binomial CLT'.</setting>
-		<setting id="normpointtype">Pointtype for the Normal curve.</setting>
-		<setting id="normlinecol">Color of the Normal curve.</setting>
-		<setting id="plotoptions">Various plot options.</setting>
-		<setting id="preview">Preview button.</setting>
-		<caption id="tab_histoptions"/>
-		<setting id="histogram_opt">See Binomial CLT for details.</setting>
-		<caption id="tab_distfunction"/>
-		<setting id="dist_stepfun">See Binomial CLT for details.</setting>
-	</settings>
-	<related>
-		<ul>
-			<li><link href="rkward://component/plot_binomial_clt"/></li>
+	<snippets>
+		<snippet id="dist_name"><span>Exponential</span></snippet>
+		<snippet id="dist_related">
 			<li><link href="rkward://component/plot_exponential_distribution"/></li>
 			<li><link href="rkward://rhelp/Exponential"/></li>
-			<li><link href="rkward://rhelp/Normal"/></li>
-		</ul>
-	</related>
+		</snippet>
+		<snippet id="dist_options_help">
+			<setting id="frame_expparam">See RKWard help on <link href="rkward://component/plot_exponential_distribution"/>.</setting>
+		</snippet>
+		<include file="plot_clt_help_snippets.xml"/>
+	</snippets>
+	<insert snippet="clt_help_template"/>
 </document>

Modified: trunk/rkward/rkward/plugins/distributions/clt/plot_f_clt.rkh
===================================================================
--- trunk/rkward/rkward/plugins/distributions/clt/plot_f_clt.rkh	2007-05-09 15:37:05 UTC (rev 1891)
+++ trunk/rkward/rkward/plugins/distributions/clt/plot_f_clt.rkh	2007-05-09 16:37:36 UTC (rev 1892)
@@ -1,34 +1,15 @@
 <!DOCTYPE rkhelp>
 <document>
-	<summary>
-		Normal approximation to F Sample averages. For any generic option refer to the RKWard help page on <link href="rkward://component/plot_binomial_clt"/> for detailed descriptions.
-	</summary>
-	<usage>
-		Choose the F parameter, the sample sizes needed for CLT and a choice of function.
-	</usage>
-	<settings>
-		<caption id="tab_plot_distrib_clt"/>
-		<setting id="frame_fparam">See RKWard help on <link href="rkward://component/plot_f_distribution"/>. For variance to exist we need the 'Denominator degrees of freedom' parameter to be greater than 4.</setting>
-		<setting id="nAvg"></setting>
-		<setting id="nDist"></setting>
-		<setting id="function"></setting>
-		<setting id="scalenorm"></setting>
-		<setting id="drawnorm">For all the above see 'Binomial CLT'.</setting>
-		<setting id="normpointtype">Pointtype for the Normal curve.</setting>
-		<setting id="normlinecol">Color of the Normal curve.</setting>
-		<setting id="plotoptions">Various plot options.</setting>
-		<setting id="preview">Preview button.</setting>
-		<caption id="tab_histoptions"/>
-		<setting id="histogram_opt">See Binomial CLT for details.</setting>
-		<caption id="tab_distfunction"/>
-		<setting id="dist_stepfun">See Binomial CLT for details.</setting>
-	</settings>
-	<related>
-		<ul>
-			<li><link href="rkward://component/plot_binomial_clt"/></li>
+	<snippets>
+		<snippet id="dist_name"><span>F</span></snippet>
+		<snippet id="dist_related">
 			<li><link href="rkward://component/plot_f_distribution"/></li>
 			<li><link href="rkward://rhelp/FDist"/></li>
-			<li><link href="rkward://rhelp/Normal"/></li>
-		</ul>
-	</related>
+		</snippet>
+		<snippet id="dist_options_help">
+			<setting id="frame_fparam">See RKWard help on <link href="rkward://component/plot_f_distribution"/>. For variance to exist we need the 'Denominator degrees of freedom' parameter to be greater than 4.</setting>
+		</snippet>
+		<include file="plot_clt_help_snippets.xml"/>
+	</snippets>
+	<insert snippet="clt_help_template"/>
 </document>

Modified: trunk/rkward/rkward/plugins/distributions/clt/plot_gamma_clt.rkh
===================================================================
--- trunk/rkward/rkward/plugins/distributions/clt/plot_gamma_clt.rkh	2007-05-09 15:37:05 UTC (rev 1891)
+++ trunk/rkward/rkward/plugins/distributions/clt/plot_gamma_clt.rkh	2007-05-09 16:37:36 UTC (rev 1892)
@@ -1,34 +1,15 @@
 <!DOCTYPE rkhelp>
 <document>
-	<summary>
-		Normal approximation to Gamma Sample averages. For any generic option refer to the RKWard help page on <link href="rkward://component/plot_binomial_clt"/> for detailed descriptions.
-	</summary>
-	<usage>
-		Choose the Gamma parameter, the sample sizes needed for CLT and a choice of function.
-	</usage>
-	<settings>
-		<caption id="tab_plot_distrib_clt"/>
-		<setting id="frame_gammaparam">See RKWard help on <link href="rkward://component/plot_gamma_distribution"/>.</setting>
-		<setting id="nAvg"></setting>
-		<setting id="nDist"></setting>
-		<setting id="function"></setting>
-		<setting id="scalenorm"></setting>
-		<setting id="drawnorm">For all the above see 'Binomial CLT'.</setting>
-		<setting id="normpointtype">Pointtype for the Normal curve.</setting>
-		<setting id="normlinecol">Color of the Normal curve.</setting>
-		<setting id="plotoptions">Various plot options.</setting>
-		<setting id="preview">Preview button.</setting>
-		<caption id="tab_histoptions"/>
-		<setting id="histogram_opt">See Binomial CLT for details.</setting>
-		<caption id="tab_distfunction"/>
-		<setting id="dist_stepfun">See Binomial CLT for details.</setting>
-	</settings>
-	<related>
-		<ul>
-			<li><link href="rkward://component/plot_binomial_clt"/></li>
+	<snippets>
+		<snippet id="dist_name"><span>Gamma</span></snippet>
+		<snippet id="dist_related">
 			<li><link href="rkward://component/plot_gamma_distribution"/></li>
 			<li><link href="rkward://rhelp/GammaDist"/></li>
-			<li><link href="rkward://rhelp/Normal"/></li>
-		</ul>
-	</related>
+		</snippet>
+		<snippet id="dist_options_help">
+			<setting id="frame_gammaparam">See RKWard help on <link href="rkward://component/plot_gamma_distribution"/>.</setting>
+		</snippet>
+		<include file="plot_clt_help_snippets.xml"/>
+	</snippets>
+	<insert snippet="clt_help_template"/>
 </document>

Modified: trunk/rkward/rkward/plugins/distributions/clt/plot_geometric_clt.rkh
===================================================================
--- trunk/rkward/rkward/plugins/distributions/clt/plot_geometric_clt.rkh	2007-05-09 15:37:05 UTC (rev 1891)
+++ trunk/rkward/rkward/plugins/distributions/clt/plot_geometric_clt.rkh	2007-05-09 16:37:36 UTC (rev 1892)
@@ -1,35 +1,16 @@
 <!DOCTYPE rkhelp>
 <document>
-	<summary>
-		Normal approximation to Geometric Sample averages. For any generic option refer to the RKWard help page on <link href="rkward://component/plot_binomial_clt"/> for detailed descriptions.
-	</summary>
-	<usage>
-		Choose the Geometric parameter, the sample sizes needed for CLT and a choice of function.
-	</usage>
-	<settings>
-		<caption id="tab_plot_distrib_clt"/>
-		<setting id="frame_geomparam">See RKWard help on <link href="rkward://component/plot_geometric_distribution"/>.</setting>
-		<setting id="nAvg"></setting>
-		<setting id="nDist"></setting>
-		<setting id="function"></setting>
-		<setting id="scalenorm"></setting>
-		<setting id="drawnorm">For all the above see 'Binomial CLT'.</setting>
-		<setting id="normpointtype">Pointtype for the Normal curve.</setting>
-		<setting id="normlinecol">Color of the Normal curve.</setting>
-		<setting id="plotoptions">Various plot options.</setting>
-		<setting id="preview">Preview button.</setting>
-		<caption id="tab_histoptions"/>
-		<setting id="histogram_opt">See Binomial CLT for details.</setting>
-		<caption id="tab_distfunction"/>
-		<setting id="dist_stepfun">See Binomial CLT for details.</setting>
-	</settings>
-	<related>
-		<ul>
-			<li><link href="rkward://component/plot_binomial_clt"/></li>
+	<snippets>
+		<snippet id="dist_name"><span>Geometric</span></snippet>
+		<snippet id="dist_related">
 			<li><link href="rkward://component/plot_geometric_distribution"/></li>
 			<li><link href="rkward://rhelp/Geometric"/></li>
-			<li><link href="rkward://rhelp/Normal"/></li>
-		</ul>
-	</related>
+		</snippet>
+		<snippet id="dist_options_help">
+			<setting id="frame_geomparam">See RKWard help on <link href="rkward://component/plot_geometric_distribution"/>.</setting>
+		</snippet>
+		<include file="plot_clt_help_snippets.xml"/>
+	</snippets>
+	<insert snippet="clt_help_template"/>
 </document>
 

Modified: trunk/rkward/rkward/plugins/distributions/clt/plot_hypergeometric_clt.rkh
===================================================================
--- trunk/rkward/rkward/plugins/distributions/clt/plot_hypergeometric_clt.rkh	2007-05-09 15:37:05 UTC (rev 1891)
+++ trunk/rkward/rkward/plugins/distributions/clt/plot_hypergeometric_clt.rkh	2007-05-09 16:37:36 UTC (rev 1892)
@@ -1,35 +1,16 @@
 <!DOCTYPE rkhelp>
 <document>
-	<summary>
-		Normal approximation to Hypergeometric Sample averages. For any generic option refer to the RKWard help page on <link href="rkward://component/plot_binomial_clt"/> for detailed descriptions.
-	</summary>
-	<usage>
-		Choose the Hypergeometric parameters, the sample sizes needed for CLT and a choice of function.
-	</usage>
-	<settings>
-		<caption id="tab_plot_distrib_clt"/>
-		<setting id="frame_hypergeomparam">See RKWard help on <link href="rkward://component/plot_hypergeometric_distribution"/>.</setting>
-		<setting id="nAvg"></setting>
-		<setting id="nDist"></setting>
-		<setting id="function"></setting>
-		<setting id="scalenorm"></setting>
-		<setting id="drawnorm">For all the above see 'Binomial CLT'.</setting>
-		<setting id="normpointtype">Pointtype for the Normal curve.</setting>
-		<setting id="normlinecol">Color of the Normal curve.</setting>
-		<setting id="plotoptions">Various plot options.</setting>
-		<setting id="preview">Preview button.</setting>
-		<caption id="tab_histoptions"/>
-		<setting id="histogram_opt">See Binomial CLT for details.</setting>
-		<caption id="tab_distfunction"/>
-		<setting id="dist_stepfun">See Binomial CLT for details.</setting>
-	</settings>
-	<related>
-		<ul>
-			<li><link href="rkward://component/plot_binomial_clt"/></li>
+	<snippets>
+		<snippet id="dist_name"><span>Hypergeometric</span></snippet>
+		<snippet id="dist_related">
 			<li><link href="rkward://component/plot_hypergeometric_distribution"/></li>
 			<li><link href="rkward://rhelp/Hypergeometric"/></li>
-			<li><link href="rkward://rhelp/Normal"/></li>
-		</ul>
-	</related>
+		</snippet>
+		<snippet id="dist_options_help">
+			<setting id="frame_hypergeomparam">See RKWard help on <link href="rkward://component/plot_hypergeometric_distribution"/>.</setting>
+		</snippet>
+		<include file="plot_clt_help_snippets.xml"/>
+	</snippets>
+	<insert snippet="clt_help_template"/>
 </document>
 

Modified: trunk/rkward/rkward/plugins/distributions/clt/plot_logistic_clt.rkh
===================================================================
--- trunk/rkward/rkward/plugins/distributions/clt/plot_logistic_clt.rkh	2007-05-09 15:37:05 UTC (rev 1891)
+++ trunk/rkward/rkward/plugins/distributions/clt/plot_logistic_clt.rkh	2007-05-09 16:37:36 UTC (rev 1892)
@@ -1,34 +1,15 @@
 <!DOCTYPE rkhelp>
 <document>
-	<summary>
-		Normal approximation to Logistic Sample averages. For any generic option refer to the RKWard help page on <link href="rkward://component/plot_binomial_clt"/> for detailed descriptions.
-	</summary>
-	<usage>
-		Choose the Logistic parameter, the sample sizes needed for CLT and a choice of function.
-	</usage>
-	<settings>
-		<caption id="tab_plot_distrib_clt"/>
-		<setting id="frame_logisparam">See RKWard help on <link href="rkward://component/plot_logistic_distribution"/>.</setting>
-		<setting id="nAvg"></setting>
-		<setting id="nDist"></setting>
-		<setting id="function"></setting>
-		<setting id="scalenorm"></setting>
-		<setting id="drawnorm">For all the above see 'Binomial CLT'.</setting>
-		<setting id="normpointtype">Pointtype for the Normal curve.</setting>
-		<setting id="normlinecol">Color of the Normal curve.</setting>
-		<setting id="plotoptions">Various plot options.</setting>
-		<setting id="preview">Preview button.</setting>
-		<caption id="tab_histoptions"/>
-		<setting id="histogram_opt">See Binomial CLT for details.</setting>
-		<caption id="tab_distfunction"/>
-		<setting id="dist_stepfun">See Binomial CLT for details.</setting>
-	</settings>
-	<related>
-		<ul>
-			<li><link href="rkward://component/plot_binomial_clt"/></li>
+	<snippets>
+		<snippet id="dist_name"><span>Logistic</span></snippet>
+		<snippet id="dist_related">
 			<li><link href="rkward://component/plot_logistic_distribution"/></li>
 			<li><link href="rkward://rhelp/Logistic"/></li>
-			<li><link href="rkward://rhelp/Normal"/></li>
-		</ul>
-	</related>
+		</snippet>
+		<snippet id="dist_options_help">
+			<setting id="frame_logisparam">See RKWard help on <link href="rkward://component/plot_logistic_distribution"/>.</setting>
+		</snippet>
+		<include file="plot_clt_help_snippets.xml"/>
+	</snippets>
+	<insert snippet="clt_help_template"/>
 </document>

Modified: trunk/rkward/rkward/plugins/distributions/clt/plot_lognormal_clt.rkh
===================================================================
--- trunk/rkward/rkward/plugins/distributions/clt/plot_lognormal_clt.rkh	2007-05-09 15:37:05 UTC (rev 1891)
+++ trunk/rkward/rkward/plugins/distributions/clt/plot_lognormal_clt.rkh	2007-05-09 16:37:36 UTC (rev 1892)
@@ -1,34 +1,15 @@
 <!DOCTYPE rkhelp>
 <document>
-	<summary>
-		Normal approximation to Lognormal Sample averages. For any generic option refer to the RKWard help page on <link href="rkward://component/plot_binomial_clt"/> for detailed descriptions.
-	</summary>
-	<usage>
-		Choose the Lognormal parameter, the sample sizes needed for CLT and a choice of function.
-	</usage>
-	<settings>
-		<caption id="tab_plot_distrib_clt"/>
-		<setting id="frame_lnormparam">See RKWard help on <link href="rkward://component/plot_lognormal_distribution"/>.</setting>
-		<setting id="nAvg"></setting>
-		<setting id="nDist"></setting>
-		<setting id="function"></setting>
-		<setting id="scalenorm"></setting>
-		<setting id="drawnorm">For all the above see 'Binomial CLT'.</setting>
-		<setting id="normpointtype">Pointtype for the Normal curve.</setting>
-		<setting id="normlinecol">Color of the Normal curve.</setting>
-		<setting id="plotoptions">Various plot options.</setting>
-		<setting id="preview">Preview button.</setting>
-		<caption id="tab_histoptions"/>
-		<setting id="histogram_opt">See Binomial CLT for details.</setting>
-		<caption id="tab_distfunction"/>
-		<setting id="dist_stepfun">See Binomial CLT for details.</setting>
-	</settings>
-	<related>
-		<ul>
-			<li><link href="rkward://component/plot_binomial_clt"/></li>
+	<snippets>
+		<snippet id="dist_name"><span>Lognormal</span></snippet>
+		<snippet id="dist_related">
 			<li><link href="rkward://component/plot_lognormal_distribution"/></li>
 			<li><link href="rkward://rhelp/Lognormal"/></li>
-			<li><link href="rkward://rhelp/Normal"/></li>
-		</ul>
-	</related>
+		</snippet>
+		<snippet id="dist_options_help">
+			<setting id="frame_lnormparam">See RKWard help on <link href="rkward://component/plot_lognormal_distribution"/>.</setting>
+		</snippet>
+		<include file="plot_clt_help_snippets.xml"/>
+	</snippets>
+	<insert snippet="clt_help_template"/>
 </document>

Modified: trunk/rkward/rkward/plugins/distributions/clt/plot_negbinomial_clt.rkh
===================================================================
--- trunk/rkward/rkward/plugins/distributions/clt/plot_negbinomial_clt.rkh	2007-05-09 15:37:05 UTC (rev 1891)
+++ trunk/rkward/rkward/plugins/distributions/clt/plot_negbinomial_clt.rkh	2007-05-09 16:37:36 UTC (rev 1892)
@@ -1,35 +1,16 @@
 <!DOCTYPE rkhelp>
 <document>
-	<summary>
-		Normal approximation to Negative Binomial Sample averages. For any generic option refer to the RKWard help page on <link href="rkward://component/plot_binomial_clt"/> for detailed descriptions.
-	</summary>
-	<usage>
-		Choose the Negative Binomial parameter, the sample sizes needed for CLT and a choice of function.
-	</usage>
-	<settings>
-		<caption id="tab_plot_distrib_clt"/>
-		<setting id="frame_negbinomparam">See RKWard help on <link href="rkward://component/plot_negbinomial_distribution"/>.</setting>
-		<setting id="nAvg"></setting>
-		<setting id="nDist"></setting>
-		<setting id="function"></setting>
-		<setting id="scalenorm"></setting>
-		<setting id="drawnorm">For all the above see 'Binomial CLT'.</setting>
-		<setting id="normpointtype">Pointtype for the Normal curve.</setting>
-		<setting id="normlinecol">Color of the Normal curve.</setting>
-		<setting id="plotoptions">Various plot options.</setting>
-		<setting id="preview">Preview button.</setting>
-		<caption id="tab_histoptions"/>
-		<setting id="histogram_opt">See Binomial CLT for details.</setting>
-		<caption id="tab_distfunction"/>
-		<setting id="dist_stepfun">See Binomial CLT for details.</setting>
-	</settings>
-	<related>
-		<ul>
-			<li><link href="rkward://component/plot_binomial_clt"/></li>
+	<snippets>
+		<snippet id="dist_name"><span>Negative Binomial</span></snippet>
+		<snippet id="dist_related">
 			<li><link href="rkward://component/plot_negbinomial_distribution"/></li>
 			<li><link href="rkward://rhelp/NegBinomial"/></li>
-			<li><link href="rkward://rhelp/Normal"/></li>
-		</ul>
-	</related>
+		</snippet>
+		<snippet id="dist_options_help">
+			<setting id="frame_negbinomparam">See RKWard help on <link href="rkward://component/plot_negbinomial_distribution"/>.</setting>
+		</snippet>
+		<include file="plot_clt_help_snippets.xml"/>
+	</snippets>
+	<insert snippet="clt_help_template"/>
 </document>
 

Modified: trunk/rkward/rkward/plugins/distributions/clt/plot_normal_clt.rkh
===================================================================
--- trunk/rkward/rkward/plugins/distributions/clt/plot_normal_clt.rkh	2007-05-09 15:37:05 UTC (rev 1891)
+++ trunk/rkward/rkward/plugins/distributions/clt/plot_normal_clt.rkh	2007-05-09 16:37:36 UTC (rev 1892)
@@ -1,33 +1,14 @@
 <!DOCTYPE rkhelp>
 <document>
-	<summary>
-		Normal approximation to Normal Sample averages. For any generic option refer to the RKWard help page on <link href="rkward://component/plot_binomial_clt"/> for detailed descriptions.
-	</summary>
-	<usage>
-		Choose the Normal parameter, the sample sizes needed for CLT and a choice of function.
-	</usage>
-	<settings>
-		<caption id="tab_plot_distrib_clt"/>
-		<setting id="frame_normalparam">See RKWard help on <link href="rkward://component/plot_normal_distribution"/>.</setting>
-		<setting id="nAvg"></setting>
-		<setting id="nDist"></setting>
-		<setting id="function"></setting>
-		<setting id="scalenorm"></setting>
-		<setting id="drawnorm">For all the above see 'Binomial CLT'.</setting>
-		<setting id="normpointtype">Pointtype for the Normal curve.</setting>
-		<setting id="normlinecol">Color of the Normal curve.</setting>
-		<setting id="plotoptions">Various plot options.</setting>
-		<setting id="preview">Preview button.</setting>
-		<caption id="tab_histoptions"/>
-		<setting id="histogram_opt">See Binomial CLT for details.</setting>
-		<caption id="tab_distfunction"/>
-		<setting id="dist_stepfun">See Binomial CLT for details.</setting>
-	</settings>
-	<related>
-		<ul>
-			<li><link href="rkward://component/plot_binomial_clt"/></li>
+	<snippets>
+		<snippet id="dist_name"><span>Normal</span></snippet>
+		<snippet id="dist_related">
 			<li><link href="rkward://component/plot_normal_distribution"/></li>
-			<li><link href="rkward://rhelp/Normal"/></li>
-		</ul>
-	</related>
+		</snippet>
+		<snippet id="dist_options_help">
+			<setting id="frame_normalparam">See RKWard help on <link href="rkward://component/plot_normal_distribution"/>.</setting>
+		</snippet>
+		<include file="plot_clt_help_snippets.xml"/>
+	</snippets>
+	<insert snippet="clt_help_template"/>
 </document>

Modified: trunk/rkward/rkward/plugins/distributions/clt/plot_poisson_clt.rkh
===================================================================
--- trunk/rkward/rkward/plugins/distributions/clt/plot_poisson_clt.rkh	2007-05-09 15:37:05 UTC (rev 1891)
+++ trunk/rkward/rkward/plugins/distributions/clt/plot_poisson_clt.rkh	2007-05-09 16:37:36 UTC (rev 1892)
@@ -1,35 +1,16 @@
 <!DOCTYPE rkhelp>
 <document>
-	<summary>
-		Normal approximation to Poisson Sample averages. For any generic option refer to the RKWard help page on <link href="rkward://component/plot_binomial_clt"/> for detailed descriptions.
-	</summary>
-	<usage>
-		Choose the Poisson parameter, the sample sizes needed for CLT and a choice of function.
-	</usage>
-	<settings>
-		<caption id="tab_plot_distrib_clt"/>
-		<setting id="frame_poissonparam">See RKWard help on <link href="rkward://component/plot_poisson_distribution"/>.</setting>
-		<setting id="nAvg"></setting>
-		<setting id="nDist"></setting>
-		<setting id="function"></setting>
-		<setting id="scalenorm"></setting>
-		<setting id="drawnorm">For all the above see 'Binomial CLT'.</setting>
-		<setting id="normpointtype">Pointtype for the Normal curve.</setting>
-		<setting id="normlinecol">Color of the Normal curve.</setting>
-		<setting id="plotoptions">Various plot options.</setting>
-		<setting id="preview">Preview button.</setting>
-		<caption id="tab_histoptions"/>
-		<setting id="histogram_opt">See Binomial CLT for details.</setting>
-		<caption id="tab_distfunction"/>
-		<setting id="dist_stepfun">See Binomial CLT for details.</setting>
-	</settings>
-	<related>
-		<ul>
-			<li><link href="rkward://component/plot_binomial_clt"/></li>
+	<snippets>
+		<snippet id="dist_name"><span>Poisson</span></snippet>
+		<snippet id="dist_related">
 			<li><link href="rkward://component/plot_poisson_distribution"/></li>
 			<li><link href="rkward://rhelp/Poisson"/></li>
-			<li><link href="rkward://rhelp/Normal"/></li>
-		</ul>
-	</related>
+		</snippet>
+		<snippet id="dist_options_help">
+			<setting id="frame_poissonparam">See RKWard help on <link href="rkward://component/plot_poisson_distribution"/>.</setting>
+		</snippet>
+		<include file="plot_clt_help_snippets.xml"/>
+	</snippets>
+	<insert snippet="clt_help_template"/>
 </document>
 

Modified: trunk/rkward/rkward/plugins/distributions/clt/plot_t_clt.rkh
===================================================================
--- trunk/rkward/rkward/plugins/distributions/clt/plot_t_clt.rkh	2007-05-09 15:37:05 UTC (rev 1891)
+++ trunk/rkward/rkward/plugins/distributions/clt/plot_t_clt.rkh	2007-05-09 16:37:36 UTC (rev 1892)
@@ -1,34 +1,15 @@
 <!DOCTYPE rkhelp>
 <document>
-	<summary>
-		Normal approximation to t Sample averages. For any generic option refer to the RKWard help page on <link href="rkward://component/plot_binomial_clt"/> for detailed descriptions.
-	</summary>
-	<usage>
-		Choose the t parameter, the sample sizes needed for CLT and a choice of function.
-	</usage>
-	<settings>
-		<caption id="tab_plot_distrib_clt"/>
-		<setting id="frame_tparam">See RKWard help on <link href="rkward://component/plot_t_distribution"/>. For the variance to exist, the 'Degrees of freedom' parameter has to be greater than 2.</setting>
-		<setting id="nAvg"></setting>
-		<setting id="nDist"></setting>
-		<setting id="function"></setting>
-		<setting id="scalenorm"></setting>
-		<setting id="drawnorm">For all the above see 'Binomial CLT'.</setting>
-		<setting id="normpointtype">Pointtype for the Normal curve.</setting>
-		<setting id="normlinecol">Color of the Normal curve.</setting>
-		<setting id="plotoptions">Various plot options.</setting>
-		<setting id="preview">Preview button.</setting>
-		<caption id="tab_histoptions"/>
-		<setting id="histogram_opt">See Binomial CLT for details.</setting>
-		<caption id="tab_distfunction"/>
-		<setting id="dist_stepfun">See Binomial CLT for details.</setting>
-	</settings>
-	<related>
-		<ul>
-			<li><link href="rkward://component/plot_binomial_clt"/></li>
+	<snippets>
+		<snippet id="dist_name"><span>t</span></snippet>
+		<snippet id="dist_related">
 			<li><link href="rkward://component/plot_t_distribution"/></li>
 			<li><link href="rkward://rhelp/TDist"/></li>
-			<li><link href="rkward://rhelp/Normal"/></li>
-		</ul>
-	</related>
+		</snippet>
+		<snippet id="dist_options_help">
+			<setting id="frame_tparam">See RKWard help on <link href="rkward://component/plot_t_distribution"/>. For the variance to exist, the 'Degrees of freedom' parameter has to be greater than 2.</setting>
+		</snippet>
+		<include file="plot_clt_help_snippets.xml"/>
+	</snippets>
+	<insert snippet="clt_help_template"/>
 </document>

Modified: trunk/rkward/rkward/plugins/distributions/clt/plot_uniform_clt.rkh
===================================================================
--- trunk/rkward/rkward/plugins/distributions/clt/plot_uniform_clt.rkh	2007-05-09 15:37:05 UTC (rev 1891)
+++ trunk/rkward/rkward/plugins/distributions/clt/plot_uniform_clt.rkh	2007-05-09 16:37:36 UTC (rev 1892)
@@ -1,34 +1,15 @@
 <!DOCTYPE rkhelp>
 <document>
-	<summary>
-		Normal approximation to Uniform Sample averages. For any generic option refer to the RKWard help page on <link href="rkward://component/plot_binomial_clt"/> for detailed descriptions.
-	</summary>
-	<usage>
-		Choose the Uniform parameter, the sample sizes needed for CLT and a choice of function.
-	</usage>
-	<settings>
-		<caption id="tab_plot_distrib_clt"/>
-		<setting id="frame_unifparam">See RKWard help on <link href="rkward://component/plot_uniform_distribution"/>.</setting>
-		<setting id="nAvg"></setting>
-		<setting id="nDist"></setting>
-		<setting id="function"></setting>
-		<setting id="scalenorm"></setting>
-		<setting id="drawnorm">For all the above see 'Binomial CLT'.</setting>
-		<setting id="normpointtype">Pointtype for the Normal curve.</setting>
-		<setting id="normlinecol">Color of the Normal curve.</setting>
-		<setting id="plotoptions">Various plot options.</setting>
-		<setting id="preview">Preview button.</setting>
-		<caption id="tab_histoptions"/>
-		<setting id="histogram_opt">See Binomial CLT for details.</setting>
-		<caption id="tab_distfunction"/>
-		<setting id="dist_stepfun">See Binomial CLT for details.</setting>
-	</settings>
-	<related>
-		<ul>
-			<li><link href="rkward://component/plot_binomial_clt"/></li>
+	<snippets>
+		<snippet id="dist_name"><span>Uniform</span></snippet>
+		<snippet id="dist_related">
 			<li><link href="rkward://component/plot_uniform_distribution"/></li>
 			<li><link href="rkward://rhelp/Uniform"/></li>
-			<li><link href="rkward://rhelp/Normal"/></li>
-		</ul>
-	</related>
+		</snippet>
+		<snippet id="dist_options_help">
+			<setting id="frame_unifparam">See RKWard help on <link href="rkward://component/plot_uniform_distribution"/>.</setting>
+		</snippet>
+		<include file="plot_clt_help_snippets.xml"/>
+	</snippets>
+	<insert snippet="clt_help_template"/>
 </document>

Modified: trunk/rkward/rkward/plugins/distributions/clt/plot_weibull_clt.rkh
===================================================================
--- trunk/rkward/rkward/plugins/distributions/clt/plot_weibull_clt.rkh	2007-05-09 15:37:05 UTC (rev 1891)
+++ trunk/rkward/rkward/plugins/distributions/clt/plot_weibull_clt.rkh	2007-05-09 16:37:36 UTC (rev 1892)
@@ -1,34 +1,15 @@
 <!DOCTYPE rkhelp>
 <document>
-	<summary>
-		Normal approximation to Weibull Sample averages. For any generic option refer to the RKWard help page on <link href="rkward://component/plot_binomial_clt"/> for detailed descriptions.
-	</summary>
-	<usage>
-		Choose the Weibull parameter, the sample sizes needed for CLT and a choice of function.
-	</usage>
-	<settings>
-		<caption id="tab_plot_distrib_clt"/>
-		<setting id="frame_weibullparam">See RKWard help on <link href="rkward://component/plot_weibull_distribution"/>.</setting>
-		<setting id="nAvg"></setting>
-		<setting id="nDist"></setting>
-		<setting id="function"></setting>
-		<setting id="scalenorm"></setting>
-		<setting id="drawnorm">For all the above see 'Binomial CLT'.</setting>
-		<setting id="normpointtype">Pointtype for the Normal curve.</setting>
-		<setting id="normlinecol">Color of the Normal curve.</setting>
-		<setting id="plotoptions">Various plot options.</setting>
-		<setting id="preview">Preview button.</setting>
-		<caption id="tab_histoptions"/>
-		<setting id="histogram_opt">See Binomial CLT for details.</setting>
-		<caption id="tab_distfunction"/>
-		<setting id="dist_stepfun">See Binomial CLT for details.</setting>
-	</settings>
-	<related>
-		<ul>
-			<li><link href="rkward://component/plot_binomial_clt"/></li>
+	<snippets>
+		<snippet id="dist_name"><span>Weibull</span></snippet>
+		<snippet id="dist_related">
 			<li><link href="rkward://component/plot_weibull_distribution"/></li>
 			<li><link href="rkward://rhelp/Weibull"/></li>
-			<li><link href="rkward://rhelp/Normal"/></li>
-		</ul>
-	</related>
+		</snippet>
+		<snippet id="dist_options_help">
+			<setting id="frame_weibullparam">See RKWard help on <link href="rkward://component/plot_weibull_distribution"/>.</setting>
+		</snippet>
+		<include file="plot_clt_help_snippets.xml"/>
+	</snippets>
+	<insert snippet="clt_help_template"/>
 </document>

Modified: trunk/rkward/rkward/plugins/distributions/clt/plot_wilcoxon_clt.rkh
===================================================================
--- trunk/rkward/rkward/plugins/distributions/clt/plot_wilcoxon_clt.rkh	2007-05-09 15:37:05 UTC (rev 1891)
+++ trunk/rkward/rkward/plugins/distributions/clt/plot_wilcoxon_clt.rkh	2007-05-09 16:37:36 UTC (rev 1892)
@@ -1,35 +1,16 @@
 <!DOCTYPE rkhelp>
 <document>
-	<summary>
-		Normal approximation to Wilcoxon Sample averages. For any generic option refer to the RKWard help page on <link href="rkward://component/plot_binomial_clt"/> for detailed descriptions.
-	</summary>
-	<usage>
-		Choose the Wilcoxon parameter, the sample sizes needed for CLT and a choice of function.
-	</usage>
-	<settings>
-		<caption id="tab_plot_distrib_clt"/>
-		<setting id="frame_wilcoxonparam">See RKWard help on <link href="rkward://component/plot_wilcoxon_distribution"/>.</setting>
-		<setting id="nAvg"></setting>
-		<setting id="nDist"></setting>
-		<setting id="function"></setting>
-		<setting id="scalenorm"></setting>
-		<setting id="drawnorm">For all the above see 'Binomial CLT'.</setting>
-		<setting id="normpointtype">Pointtype for the Normal curve.</setting>
-		<setting id="normlinecol">Color of the Normal curve.</setting>
-		<setting id="plotoptions">Various plot options.</setting>
-		<setting id="preview">Preview button.</setting>
-		<caption id="tab_histoptions"/>
-		<setting id="histogram_opt">See Binomial CLT for details.</setting>
-		<caption id="tab_distfunction"/>
-		<setting id="dist_stepfun">See Binomial CLT for details.</setting>
-	</settings>
-	<related>
-		<ul>
-			<li><link href="rkward://component/plot_binomial_clt"/></li>
+	<snippets>
+		<snippet id="dist_name"><span>Wilcoxon</span></snippet>
+		<snippet id="dist_related">
 			<li><link href="rkward://component/plot_wilcoxon_distribution"/></li>
 			<li><link href="rkward://rhelp/Wilcoxon"/></li>
-			<li><link href="rkward://rhelp/Normal"/></li>
-		</ul>
-	</related>
+		</snippet>
+		<snippet id="dist_options_help">
+			<setting id="frame_wilcoxonparam">See RKWard help on <link href="rkward://component/plot_wilcoxon_distribution"/>.</setting>
+		</snippet>
+		<include file="plot_clt_help_snippets.xml"/>
+	</snippets>
+	<insert snippet="clt_help_template"/>
 </document>
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the rkward-tracker mailing list