~l3on/ubuntu/precise/rkward/rebuild1

« back to all changes in this revision

Viewing changes to rkward/plugins/analysis/irt/tests/ltm_gof_rasch.xml

  • Committer: Bazaar Package Importer
  • Author(s): Alessandro Ghersi
  • Date: 2009-05-11 21:58:23 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20090511215823-m2f3gehcvapwrzgp
Tags: 0.5.0d-0ubuntu1
* New upstream release (LP: #375213)
* Bump Standards-Version to 3.8.1
* Drop cmake, libphon-dev from build-deps
* Update maintainer field

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE rkplugin>
 
2
<document>
 
3
  <code file="ltm_gof_rasch.php" />
 
4
  <!--<help file="ltm_gof_rasch.rkh" />-->
 
5
 
 
6
  <logic>
 
7
  </logic>
 
8
 
 
9
  <dialog label="Goodness of Fit (Rasch model)">
 
10
    <tabbook>
 
11
      <tab id="tab_var_options" label="Data">
 
12
        <row id="row_vars">
 
13
          <varselector id="vars" />
 
14
          <column>
 
15
            <varslot type="numeric" id="x" classes="rasch" source="vars" required="true" label="Chose fitted model to examine:"/>
 
16
            <text>Only objects of class rasch are valid!</text>
 
17
            <stretch />
 
18
            <frame label="Bootstrap options">
 
19
              <spinbox id="spin_samples" label="Number of samples" type="integer" initial="49" min="1" size="small" />
 
20
            </frame>
 
21
          </column>
 
22
        </row>
 
23
      </tab>
 
24
    </tabbook>
 
25
  </dialog>
 
26
</document>