[rkward-cvs] SF.net SVN: rkward:[2379] branches/release_branch_0.4.9/rkward/plugins/ under_development.pluginmap

sjar at users.sourceforge.net sjar at users.sourceforge.net
Mon Nov 17 23:15:16 UTC 2008


Revision: 2379
          http://rkward.svn.sourceforge.net/rkward/?rev=2379&view=rev
Author:   sjar
Date:     2008-11-17 23:15:16 +0000 (Mon, 17 Nov 2008)

Log Message:
-----------
* experimental
* merging of irt-plug in by meik michalke in under_development.pluginmap

Modified Paths:
--------------
    branches/release_branch_0.4.9/rkward/plugins/under_development.pluginmap

Modified: branches/release_branch_0.4.9/rkward/plugins/under_development.pluginmap
===================================================================
--- branches/release_branch_0.4.9/rkward/plugins/under_development.pluginmap	2008-11-09 19:03:35 UTC (rev 2378)
+++ branches/release_branch_0.4.9/rkward/plugins/under_development.pluginmap	2008-11-17 23:15:16 UTC (rev 2379)
@@ -3,8 +3,36 @@
 <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="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>
@@ -16,9 +44,46 @@
 		</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