~l3on/ubuntu/precise/rkward/rebuild1

« back to all changes in this revision

Viewing changes to rkward/plugins/analysis/irt/dichotomous/par_est_rasch.rkh

  • 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 rkhelp>
 
2
  <document>
 
3
    <summary>
 
4
      This plugin estimates parameters under Item Response Theory approach, using the <link href="rkward://rhelp/ltm-package">ltm</link> package.
 
5
    </summary>
 
6
 
 
7
    <usage>
 
8
      To fit the Rasch model with default settings, just the matrix of manifest variables (dichotomous item responses) must be selected. Further options are described in the sections below.
 
9
 
 
10
      The complete results are stored as a new object in the current workspace for further use (e.g. plotting item characteristic curves). This object will be called <code>estimates.rasch</code>.
 
11
    </usage>
 
12
 
 
13
    <settings>
 
14
      <caption id="tab_data"/>
 
15
      <setting id="x" title="Matrix of manifest variables">
 
16
        Select the matrix of dichotomous item responses from the objects shown on the left.
 
17
      </setting>
 
18
 
 
19
      <caption id="tab_options"/>
 
20
      <setting id="frame_constraints">
 
21
        If you want to fix parameters, you have to prepare a matrix of fixed-value constraints first and then select it here. For detailed information on the specific layout of that matrix please refer to the manual for the <link href="rkward://rhelp/rasch">rasch()</link> function.
 
22
      </setting>
 
23
      <setting id="startval">
 
24
        By default start values for the parameters are computed automatically. Alternatively, you can force the use of random start values, or give a matrix of values to be used. For detailed information on the specific layout of that matrix please refer to the manual for the <link href="rkward://rhelp/rasch">rasch()</link> function.
 
25
      </setting>
 
26
      <setting id="naaction">
 
27
        Specifies how missing values are to be treated. By default all available cases are used. If checked, only complete cases will be considered.
 
28
      </setting>
 
29
      <setting id="irtparam">
 
30
        If checked, the coefficients' estimates are reported under the usual Item Response Theory parameterization (which is the default).
 
31
      </setting>
 
32
 
 
33
      <caption id="tab_advanced_control"/>
 
34
      <setting id="iterqn_rasch" title="Number of quasi-Newton iterations">
 
35
        Defaults to 150.
 
36
      </setting>
 
37
      <setting id="ghk_rasch" title="Number of Gauss-Hermite quadrature points">
 
38
        Defaults to 21.
 
39
      </setting>
 
40
      <setting id="optimeth" title="Optimization method">
 
41
        The default optimization method is BFGS. It can be set to Nelder-Mead, CG, L-BFGS-B, or SANN instead. Please refer to the <link href="rkward://rhelp/optim">optim()</link> manual for details.
 
42
      </setting>
 
43
      <setting id="verbose">
 
44
        Pretty much speaks for itself ;-)
 
45
      </setting>
 
46
    </settings>
 
47
 
 
48
   <related>
 
49
       Please refer to the <code>ltm</code> manuals for further information and detailed command line options:
 
50
        <ul>
 
51
                <li><link href="rkward://rhelp/ltm-package"/></li>
 
52
                <li><link href="rkward://rhelp/rasch"/></li>
 
53
        </ul>
 
54
   </related>
 
 
b'\\ No newline at end of file'