[rkward-cvs] SF.net SVN: rkward:[2435] branches/release_branch_0.4.9/rkward/plugins
tfry at users.sourceforge.net
tfry at users.sourceforge.net
Tue Mar 31 18:47:41 UTC 2009
Revision: 2435
http://rkward.svn.sourceforge.net/rkward/?rev=2435&view=rev
Author: tfry
Date: 2009-03-31 18:47:41 +0000 (Tue, 31 Mar 2009)
Log Message:
-----------
Backmerge recent plugin changes
Modified Paths:
--------------
branches/release_branch_0.4.9/rkward/plugins/Makefile.am
branches/release_branch_0.4.9/rkward/plugins/all.pluginmap
branches/release_branch_0.4.9/rkward/plugins/plots/box_plot.xml
branches/release_branch_0.4.9/rkward/plugins/under_development.pluginmap
Added Paths:
-----------
branches/release_branch_0.4.9/rkward/plugins/irt.pluginmap
Modified: branches/release_branch_0.4.9/rkward/plugins/Makefile.am
===================================================================
--- branches/release_branch_0.4.9/rkward/plugins/Makefile.am 2009-03-31 17:33:48 UTC (rev 2434)
+++ branches/release_branch_0.4.9/rkward/plugins/Makefile.am 2009-03-31 18:47:41 UTC (rev 2435)
@@ -2,6 +2,7 @@
dist_plugins_DATA = \
embedded.pluginmap \
analysis.pluginmap \
+ irt.pluginmap \
import_export.pluginmap \
plots.pluginmap \
all.pluginmap \
@@ -55,7 +56,9 @@
plots/plot_options.xml \
plots/barplot.xml \
plots/color_chooser.xml \
+ plots/sieve_plot.rkh \
plots/stripchart_plot.xml \
+ plots/sieve_plot.php \
plots/pareto.php \
plots/scatterplot_matrix.xml \
plots/piechart.php \
@@ -103,10 +106,35 @@
plots/cor_graph.php \
plots/histogram.rkh \
plots/plot_stepfun_options.rkh \
+ plots/sieve_plot.xml \
plots/piechart.xml \
plots/color_chooser.php \
plots/histogram_options.xml
+pluginsXplotsXirtdir = $(kde_datadir)/rkward/plots/irt
+pluginsXplotsXirtXpolytomousdir = $(kde_datadir)/rkward/plots/irt/polytomous
+dist_pluginsXplotsXirtXpolytomous_DATA = \
+ plots/irt/polytomous/plot_rsm.xml \
+ plots/irt/polytomous/plot_pcm.xml \
+ plots/irt/polytomous/plot_pcm.php \
+ plots/irt/polytomous/plot_grm.xml \
+ plots/irt/polytomous/plot_grm.php \
+ plots/irt/polytomous/plot_rsm.php
+
+pluginsXplotsXirtXdichotomousdir = $(kde_datadir)/rkward/plots/irt/dichotomous
+dist_pluginsXplotsXirtXdichotomous_DATA = \
+ plots/irt/dichotomous/plot_tpm.xml \
+ plots/irt/dichotomous/plot_ltm.xml \
+ plots/irt/dichotomous/plot_ltm.php \
+ plots/irt/dichotomous/plot_tpm.php \
+ plots/irt/dichotomous/plot_rasch.php \
+ plots/irt/dichotomous/plot_rasch.xml
+
+pluginsXplotsXirtXtestsdir = $(kde_datadir)/rkward/plots/irt/tests
+dist_pluginsXplotsXirtXtests_DATA = \
+ plots/irt/tests/eRm_plotLR.php \
+ plots/irt/tests/eRm_plotLR.xml
+
pluginsXdistributionsdir = $(kde_datadir)/rkward/distributions
dist_pluginsXdistributions_DATA = \
distributions/gamma_probabilities.xml \
@@ -431,6 +459,55 @@
analysis/regression/linear_regression.php \
analysis/regression/linear_regression.rkh
+pluginsXanalysisXirtdir = $(kde_datadir)/rkward/analysis/irt
+pluginsXanalysisXirtXpolytomousdir = $(kde_datadir)/rkward/analysis/irt/polytomous
+dist_pluginsXanalysisXirtXpolytomous_DATA = \
+ analysis/irt/polytomous/par_est_pcm.php \
+ analysis/irt/polytomous/par_est_rsm.php \
+ analysis/irt/polytomous/par_est_lpcm.rkh \
+ analysis/irt/polytomous/par_est_lpcm.php \
+ analysis/irt/polytomous/par_est_grm.php \
+ analysis/irt/polytomous/par_est_lpcm.xml \
+ analysis/irt/polytomous/par_est_grm.xml \
+ analysis/irt/polytomous/par_est_pcm.xml \
+ analysis/irt/polytomous/par_est_lrsm.xml \
+ analysis/irt/polytomous/par_est_pcm.rkh \
+ analysis/irt/polytomous/par_est_rsm.rkh \
+ analysis/irt/polytomous/par_est_grm.rkh \
+ analysis/irt/polytomous/par_est_lrsm.rkh \
+ analysis/irt/polytomous/par_est_rsm.xml \
+ analysis/irt/polytomous/par_est_lrsm.php
+
+pluginsXanalysisXirtXdichotomousdir = $(kde_datadir)/rkward/analysis/irt/dichotomous
+dist_pluginsXanalysisXirtXdichotomous_DATA = \
+ analysis/irt/dichotomous/par_est_rasch.php \
+ analysis/irt/dichotomous/par_est_rasch.xml \
+ analysis/irt/dichotomous/par_est_2pl.xml \
+ analysis/irt/dichotomous/par_est_lltm.xml \
+ analysis/irt/dichotomous/par_est_2pl.rkh \
+ analysis/irt/dichotomous/par_est_2pl.php \
+ analysis/irt/dichotomous/par_est_3pl.xml \
+ analysis/irt/dichotomous/par_est_lltm.php \
+ analysis/irt/dichotomous/par_est_rasch.rkh \
+ analysis/irt/dichotomous/par_est_lltm.rkh \
+ analysis/irt/dichotomous/par_est_3pl.rkh \
+ analysis/irt/dichotomous/par_est_3pl.php
+
+pluginsXanalysisXirtXtestsdir = $(kde_datadir)/rkward/analysis/irt/tests
+dist_pluginsXanalysisXirtXtests_DATA = \
+ analysis/irt/tests/ltm_cronbach_alpha.php \
+ analysis/irt/tests/ltm_person_fit.php \
+ analysis/irt/tests/ltm_unidimensional.php \
+ analysis/irt/tests/ltm_person_fit.xml \
+ analysis/irt/tests/ltm_gof_rasch.xml \
+ analysis/irt/tests/ltm_gof_rasch.php \
+ analysis/irt/tests/ltm_item_fit.php \
+ analysis/irt/tests/ltm_cronbach_alpha.xml \
+ analysis/irt/tests/ltm_unidimensional.xml \
+ analysis/irt/tests/ltm_item_fit.xml \
+ analysis/irt/tests/eRm_waldtest.xml \
+ analysis/irt/tests/eRm_waldtest.php
+
pluginsXanalysisXmomentsdir = $(kde_datadir)/rkward/analysis/moments
dist_pluginsXanalysisXmoments_DATA = \
analysis/moments/anscombe_test.rkh \
Modified: branches/release_branch_0.4.9/rkward/plugins/all.pluginmap
===================================================================
--- branches/release_branch_0.4.9/rkward/plugins/all.pluginmap 2009-03-31 17:33:48 UTC (rev 2434)
+++ branches/release_branch_0.4.9/rkward/plugins/all.pluginmap 2009-03-31 18:47:41 UTC (rev 2435)
@@ -6,4 +6,5 @@
<require file="distributions.pluginmap"/>
<require file="plots.pluginmap"/>
<require file="x11device.pluginmap"/>
+ <require file="irt.pluginmap"/>
</document>
Added: branches/release_branch_0.4.9/rkward/plugins/irt.pluginmap
===================================================================
--- branches/release_branch_0.4.9/rkward/plugins/irt.pluginmap (rev 0)
+++ branches/release_branch_0.4.9/rkward/plugins/irt.pluginmap 2009-03-31 18:47:41 UTC (rev 2435)
@@ -0,0 +1,82 @@
+<!DOCTYPE rkpluginmap>
+
+<document base_prefix="" namespace="rkward">
+ <components>
+ <component type="standard" id="par_est_rasch" file="analysis/irt/dichotomous/par_est_rasch.xml" label="Rasch model fit" />
+ <component type="standard" id="par_est_2pl" file="analysis/irt/dichotomous/par_est_2pl.xml" label="Two parameter logistic model fit" />
+ <component type="standard" id="par_est_3pl" file="analysis/irt/dichotomous/par_est_3pl.xml" label="Birnbaum three parameter model fit" />
+ <component type="standard" id="par_est_lltm" file="analysis/irt/dichotomous/par_est_lltm.xml" label="Linear logistic test model fit" />
+
+ <component type="standard" id="par_est_grm" file="analysis/irt/polytomous/par_est_grm.xml" label="Graded response model fit" />
+ <component type="standard" id="par_est_rsm" file="analysis/irt/polytomous/par_est_rsm.xml" label="Rating scale model fit" />
+ <component type="standard" id="par_est_pcm" file="analysis/irt/polytomous/par_est_pcm.xml" label="Partial credit model fit" />
+ <component type="standard" id="par_est_lrsm" file="analysis/irt/polytomous/par_est_lrsm.xml" label="Linear rating scale model fit" />
+ <component type="standard" id="par_est_lpcm" file="analysis/irt/polytomous/par_est_lpcm.xml" label="Linear partial credit model fit" />
+
+ <component type="standard" id="ltm_cronbach_alpha" file="analysis/irt/tests/ltm_cronbach_alpha.xml" label="Cronbach's alpha" />
+
+ <component type="standard" id="ltm_gof_rasch" file="analysis/irt/tests/ltm_gof_rasch.xml" label="Goodness of Fit (Rasch)" />
+ <component type="standard" id="ltm_unidimensional" file="analysis/irt/tests/ltm_unidimensional.xml" label="Unidimensionality check (Rasch, LTM, 3PM)" />
+ <component type="standard" id="ltm_item_fit" file="analysis/irt/tests/ltm_item_fit.xml" label="Item-fit statistics (Rasch, LTM, 3PM)" />
+ <component type="standard" id="ltm_person_fit" file="analysis/irt/tests/ltm_person_fit.xml" label="Person-fit statistics (Rasch, LTM, 3PM)" />
+ <component type="standard" id="eRm_waldtest" file="analysis/irt/tests/eRm_waldtest.xml" label="Wald test (RSM, PCM)" />
+ <component type="standard" id="eRm_plotLR" file="plots/irt/tests/eRm_plotLR.xml" label="Andersen LR Plot (RSM, PCM)" />
+
+ <component type="standard" id="plot_rasch" file="plots/irt/dichotomous/plot_rasch.xml" label="Plot fitted Rasch model" />
+ <component type="standard" id="plot_ltm" file="plots/irt/dichotomous/plot_ltm.xml" label="Plot fitted two parameter logistic model" />
+ <component type="standard" id="plot_tpm" file="plots/irt/dichotomous/plot_tpm.xml" label="Plot fitted Birnbaum three parameter model" />
+
+ <component type="standard" id="plot_grm" file="plots/irt/polytomous/plot_grm.xml" label="Plot fitted graded response model" />
+ <component type="standard" id="plot_rsm" file="plots/irt/polytomous/plot_rsm.xml" label="Plot fitted rating scale model" />
+ <component type="standard" id="plot_pcm" file="plots/irt/polytomous/plot_pcm.xml" label="Plot fitted partial credit model" />
+ </components>
+
+ <hierarchy>
+ <menu id="file" label="File">
+ <menu id="import" label="Import" index="4">
+ </menu>
+ <menu id="export" label="Export" index="5">
+ </menu>
+ </menu>
+ <menu id="analysis" label="Analysis" index="4">
+ <menu id="menu_irt" label="Item Response Theory" index="4">
+ <menu id="menu_dichot" label="Dichotomous data" index="1">
+ <entry component="par_est_rasch" />
+ <entry component="par_est_2pl" />
+ <entry component="par_est_3pl" />
+ <entry component="par_est_lltm" />
+ </menu>
+ <menu id="menu_poly" label="Polytomous data" index="2">
+ <entry component="par_est_grm" />
+ <entry component="par_est_rsm" />
+ <entry component="par_est_pcm" />
+ <entry component="par_est_lrsm" />
+ <entry component="par_est_lpcm" />
+ </menu>
+ <menu id="menu_tests" label="Tests" index="3">
+ <entry component="ltm_gof_rasch" />
+ <entry component="ltm_unidimensional" />
+ <entry component="ltm_item_fit" />
+ <entry component="ltm_person_fit" />
+ <entry component="eRm_waldtest" />
+ <entry component="eRm_plotLR" />
+ </menu>
+ <entry component="ltm_cronbach_alpha" />
+ </menu>
+ </menu>
+ <menu id="plots" label="Plots" index="5">
+ <menu id="menu_plot_irt" label="Item Response Theory" index="8">
+ <menu id="menu_plot_dichot" label="Dichotomous data" index="1">
+ <entry component="plot_rasch" />
+ <entry component="plot_ltm" />
+ <entry component="plot_tpm" />
+ </menu>
+ <menu id="menu_plot_poly" label="Polytomous data" index="2">
+ <entry component="plot_grm" />
+ <entry component="plot_rsm" />
+ <entry component="plot_pcm" />
+ </menu>
+ </menu>
+ </menu>
+ </hierarchy>
+</document>
\ No newline at end of file
Modified: branches/release_branch_0.4.9/rkward/plugins/plots/box_plot.xml
===================================================================
--- branches/release_branch_0.4.9/rkward/plugins/plots/box_plot.xml 2009-03-31 17:33:48 UTC (rev 2434)
+++ branches/release_branch_0.4.9/rkward/plugins/plots/box_plot.xml 2009-03-31 18:47:41 UTC (rev 2435)
@@ -51,7 +51,7 @@
<column>
<row>
<checkbox id="mean" checked="false" value="TRUE" label="show mean" />
- <spinbox type="integer" id="pch_mean" label="mean symbol" initial="19"/>
+ <spinbox type="integer" id="pch_mean" label="mean symbol" initial="15"/>
</row>
<row>
<column>
Modified: branches/release_branch_0.4.9/rkward/plugins/under_development.pluginmap
===================================================================
--- branches/release_branch_0.4.9/rkward/plugins/under_development.pluginmap 2009-03-31 17:33:48 UTC (rev 2434)
+++ branches/release_branch_0.4.9/rkward/plugins/under_development.pluginmap 2009-03-31 18:47:41 UTC (rev 2435)
@@ -3,36 +3,6 @@
<document base_prefix="" namespace="rkward">
<components>
<component type="standard" id="simple_anova" file="simple_anova/description.xml" label="Simple Anova" />
- <component type="standard" id="sieve_plot" file="plots/sieve_plot.xml" label="Extended Sieve Plot" />
- <component type="standard" id="mosaic_plot" file="plots/mosaic_plot.xml" label="Extended Mosaic Plot" />
-
- <component type="standard" id="par_est_rasch" file="analysis/irt/dichotomous/par_est_rasch.xml" label="Rasch model fit" />
- <component type="standard" id="par_est_2pl" file="analysis/irt/dichotomous/par_est_2pl.xml" label="Two parameter logistic model fit" />
- <component type="standard" id="par_est_3pl" file="analysis/irt/dichotomous/par_est_3pl.xml" label="Birnbaum three parameter model fit" />
- <component type="standard" id="par_est_lltm" file="analysis/irt/dichotomous/par_est_lltm.xml" label="Linear logistic test model fit" />
-
- <component type="standard" id="par_est_grm" file="analysis/irt/polytomous/par_est_grm.xml" label="Graded response model fit" />
- <component type="standard" id="par_est_rsm" file="analysis/irt/polytomous/par_est_rsm.xml" label="Rating scale model fit" />
- <component type="standard" id="par_est_pcm" file="analysis/irt/polytomous/par_est_pcm.xml" label="Partial credit model fit" />
- <component type="standard" id="par_est_lrsm" file="analysis/irt/polytomous/par_est_lrsm.xml" label="Linear rating scale model fit" />
- <component type="standard" id="par_est_lpcm" file="analysis/irt/polytomous/par_est_lpcm.xml" label="Linear partial credit model fit" />
-
- <component type="standard" id="ltm_cronbach_alpha" file="analysis/irt/tests/ltm_cronbach_alpha.xml" label="Cronbach's alpha" />
-
- <component type="standard" id="ltm_gof_rasch" file="analysis/irt/tests/ltm_gof_rasch.xml" label="Goodness of Fit (Rasch)" />
- <component type="standard" id="ltm_unidimensional" file="analysis/irt/tests/ltm_unidimensional.xml" label="Unidimensionality check (Rasch, LTM, 3PM)" />
- <component type="standard" id="ltm_item_fit" file="analysis/irt/tests/ltm_item_fit.xml" label="Item-fit statistics (Rasch, LTM, 3PM)" />
- <component type="standard" id="ltm_person_fit" file="analysis/irt/tests/ltm_person_fit.xml" label="Person-fit statistics (Rasch, LTM, 3PM)" />
- <component type="standard" id="eRm_waldtest" file="analysis/irt/tests/eRm_waldtest.xml" label="Wald test (RSM, PCM)" />
- <component type="standard" id="eRm_plotLR" file="plots/irt/tests/eRm_plotLR.xml" label="Andersen LR Plot (RSM, PCM)" />
-
- <component type="standard" id="plot_rasch" file="plots/irt/dichotomous/plot_rasch.xml" label="Plot fitted Rasch model" />
- <component type="standard" id="plot_ltm" file="plots/irt/dichotomous/plot_ltm.xml" label="Plot fitted two parameter logistic model" />
- <component type="standard" id="plot_tpm" file="plots/irt/dichotomous/plot_tpm.xml" label="Plot fitted Birnbaum three parameter model" />
-
- <component type="standard" id="plot_grm" file="plots/irt/polytomous/plot_grm.xml" label="Plot fitted graded response model" />
- <component type="standard" id="plot_rsm" file="plots/irt/polytomous/plot_rsm.xml" label="Plot fitted rating scale model" />
- <component type="standard" id="plot_pcm" file="plots/irt/polytomous/plot_pcm.xml" label="Plot fitted partial credit model" />
</components>
<hierarchy>
@@ -44,46 +14,8 @@
</menu>
<menu id="analysis" label="Analysis" index="4">
<entry component="simple_anova" index="9"/>
- <menu id="menu_irt" label="Item Response Theory" index="4">
- <menu id="menu_dichot" label="Dichotomous data" index="1">
- <entry component="par_est_rasch" />
- <entry component="par_est_2pl" />
- <entry component="par_est_3pl" />
- <entry component="par_est_lltm" />
- </menu>
- <menu id="menu_poly" label="Polytomous data" index="2">
- <entry component="par_est_grm" />
- <entry component="par_est_rsm" />
- <entry component="par_est_pcm" />
- <entry component="par_est_lrsm" />
- <entry component="par_est_lpcm" />
- </menu>
- <menu id="menu_tests" label="Tests" index="3">
- <entry component="ltm_gof_rasch" />
- <entry component="ltm_unidimensional" />
- <entry component="ltm_item_fit" />
- <entry component="ltm_person_fit" />
- <entry component="eRm_waldtest" />
- <entry component="eRm_plotLR" />
- </menu>
- <entry component="ltm_cronbach_alpha" />
- </menu>
</menu>
<menu id="plots" label="Plots" index="5">
- <entry component="mosaic_plot" />
- <entry component="sieve_plot" />
- <menu id="menu_plot_irt" label="Item Response Theory" index="8">
- <menu id="menu_plot_dichot" label="Dichotomous data" index="1">
- <entry component="plot_rasch" />
- <entry component="plot_ltm" />
- <entry component="plot_tpm" />
- </menu>
- <menu id="menu_plot_poly" label="Polytomous data" index="2">
- <entry component="plot_grm" />
- <entry component="plot_rsm" />
- <entry component="plot_pcm" />
- </menu>
- </menu>
</menu>
<menu id="distributions" label="Distributions" index="7">
</menu>
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