[rkward-cvs] SF.net SVN: rkward: [2006] trunk/rkward/rkward/plugins
tfry at users.sourceforge.net
tfry at users.sourceforge.net
Fri Sep 28 09:40:58 UTC 2007
Revision: 2006
http://rkward.svn.sourceforge.net/rkward/?rev=2006&view=rev
Author: tfry
Date: 2007-09-28 02:40:58 -0700 (Fri, 28 Sep 2007)
Log Message:
-----------
FOR 0.4.8: Move the under_development plugins to the appropriate sections
Modified Paths:
--------------
trunk/rkward/rkward/plugins/analysis.pluginmap
trunk/rkward/rkward/plugins/plots.pluginmap
trunk/rkward/rkward/plugins/under_development.pluginmap
Modified: trunk/rkward/rkward/plugins/analysis.pluginmap
===================================================================
--- trunk/rkward/rkward/plugins/analysis.pluginmap 2007-09-28 09:30:36 UTC (rev 2005)
+++ trunk/rkward/rkward/plugins/analysis.pluginmap 2007-09-28 09:40:58 UTC (rev 2006)
@@ -34,6 +34,17 @@
<!-- miscellanious tests -->
<component type="standard" id="mood_test" file="analysis/TESTS/mood_test.xml" label="Mood Two-Sample Test" />
<component type="standard" id="PP_test" file="analysis/TESTS/PP_test.xml" label="Phillips-Perron Test" />
+
+ <!-- crosstabulation -->
+ <component type="standard" id="crosstab" file="analysis/crosstab.xml" label="N to 1 Crosstabulation" />
+ <component type="standard" id="crosstab_multi" file="analysis/crosstab_multi.xml" label="N to N Crosstabulation" />
+
+ <!-- time series -->
+ <component type="standard" id="Box_test" file="analysis/time_series/Box_test.xml" label="Box-Pierce or Ljung-Box Tests" />
+ <component type="standard" id="kpss_test" file="analysis/time_series/kpss_test.xml" label="KPSS Test for Stationarity" />
+
+ <!-- regression -->
+ <component type="standard" id="linear_regression" file="analysis/regression/linear_regression.xml" label="Linear Regression" />
</components>
<hierarchy>
@@ -47,35 +58,46 @@
<entry component="corr_matrix" />
<entry component="cor_graph" />
</menu>
- <entry component="descriptive" index="2"/>
- <menu id="means" label="Means" index="3">
+ <menu id="crosstabs" label="Crosstabs" index="2">
+ <entry component="crosstab" />
+ <entry component="crosstab_multi" />
+ </menu>
+ <entry component="descriptive" index="3"/>
+ <menu id="means" label="Means" index="4">
<menu id="ttests" label="t-Tests" index="0">
<entry component="t_test_two_vars" />
</menu>
</menu>
- <menu id="misc_tests" label="Miscellaneous tests" index="4">
+ <menu id="misc_tests" label="Miscellaneous tests" index="5">
<entry component="mood_test"/>
<entry component="PP_test"/>
</menu>
- <menu id="moments" label="Moments" index="5">
+ <menu id="moments" label="Moments" index="6">
<entry component="anscombe_test"/>
<entry component="bonett_test"/>
<entry component="agostino_test"/>
<entry component="moment"/>
<entry component="skewness_kurtosis"/>
</menu>
- <menu id="outliers" label="Outlier Tests" index="6">
+ <menu id="outliers" label="Outlier Tests" index="7">
<entry component="chisq_out_test"/>
<entry component="dixon_test"/>
<entry component="grubbs_test"/>
<entry component="outlier"/>
</menu>
- <entry component="simple_anova" index="8"/>
+ <menu id="regression" label="Regression" index="8">
+ <entry component="linear_regression"/>
+ </menu>
+ <entry component="simple_anova" index="9"/>
<menu id="variances" label="Variances" index="10">
<entry component="bartlett_test"/>
<entry component="F_test"/>
<entry component="fligner_test"/>
</menu>
+ <menu id="time_series" label="Time Series" index="10">
+ <entry component="Box_test"/>
+ <entry component="kpss_test"/>
+ </menu>
<menu id="wilcoxon_test" label="Wilcoxon Tests" index="11">
<entry component="wilcoxon_test" />
<entry component="wilcoxon_exact_test" />
Modified: trunk/rkward/rkward/plugins/plots.pluginmap
===================================================================
--- trunk/rkward/rkward/plugins/plots.pluginmap 2007-09-28 09:30:36 UTC (rev 2005)
+++ trunk/rkward/rkward/plugins/plots.pluginmap 2007-09-28 09:40:58 UTC (rev 2006)
@@ -5,10 +5,12 @@
<component type="standard" id="barplot" file="barplot.xml" label="Barplot" />
<component type="standard" id="box_plot" file="box_plot.xml" label="Box Plot" />
<component type="standard" id="density_plot" file="density_plot.xml" label="Density Plot" />
+ <component type="standard" id="dotchart" file="dotchart.xml" label="Dotchart" />
<component type="standard" id="ecdf_plot" file="ecdf_plot.xml" label="ECDF Plot" />
<component type="standard" id="plot" file="plot.xml" label="Generic Plot" />
<component type="standard" id="histogram" file="histogram.xml" label="Histogram" />
<component type="standard" id="pareto" file="pareto.xml" label="Pareto Chart" />
+ <component type="standard" id="piechart" file="piechart.xml" label="Piechart" />
<component type="standard" id="scatterplot" file="scatterplot.xml" label="Scatterplot" />
<component type="standard" id="scatterplot_matrix" file="scatterplot_matrix.xml" label="Scatterplot Matrix" />
<component type="standard" id="stem" file="stem.xml" label="Stem-and-Leaf Plot" />
@@ -20,10 +22,12 @@
<entry component="barplot" />
<entry component="box_plot" />
<entry component="density_plot" />
+ <entry component="dotchart" />
<entry component="ecdf_plot" />
<entry component="plot"/>
<entry component="histogram" />
<entry component="pareto" />
+ <entry component="piechart" />
<entry component="scatterplot" />
<entry component="scatterplot_matrix" />
<entry component="stem" />
Modified: trunk/rkward/rkward/plugins/under_development.pluginmap
===================================================================
--- trunk/rkward/rkward/plugins/under_development.pluginmap 2007-09-28 09:30:36 UTC (rev 2005)
+++ trunk/rkward/rkward/plugins/under_development.pluginmap 2007-09-28 09:40:58 UTC (rev 2006)
@@ -2,13 +2,6 @@
<document base_prefix="" namespace="rkward">
<components>
- <component type="standard" id="crosstab" file="analysis/crosstab.xml" label="N to 1 Crosstabulation" />
- <component type="standard" id="crosstab_multi" file="analysis/crosstab_multi.xml" label="N to N Crosstabulation" />
- <component type="standard" id="piechart" file="plots/piechart.xml" label="Piechart" />
- <component type="standard" id="dotchart" file="plots/dotchart.xml" label="Dotchart" />
- <component type="standard" id="Box_test" file="analysis/time_series/Box_test.xml" label="Box–Pierce or Ljung–Box Tests" />
- <component type="standard" id="kpss_test" file="analysis/time_series/kpss_test.xml" label="KPSS Test for Stationarity" />
- <component type="standard" id="linear_regression" file="analysis/regression/linear_regression.xml" label="Linear Regression" />
</components>
<hierarchy>
@@ -19,21 +12,8 @@
</menu>
</menu>
<menu id="analysis" label="Analysis" index="4">
- <menu id="crosstabs" label="Crosstabs" index="11">
- <entry component="crosstab" />
- <entry component="crosstab_multi" />
- </menu>
- <menu id="regression" label="Regression" index="7">
- <entry component="linear_regression"/>
- </menu>
- <menu id="time_series" label="Time Series" index="9">
- <entry component="Box_test"/>
- <entry component="kpss_test"/>
- </menu>
</menu>
<menu id="plots" label="Plots" index="5">
- <entry component="piechart" index="11"/>
- <entry component="dotchart" index="12"/>
</menu>
<menu id="distributions" label="Distributions" index="7">
<menu id="univariate_continuous_distributions" label="Univariate continuous distributions" index="2">
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