~l3on/ubuntu/precise/rkward/rebuild1

« back to all changes in this revision

Viewing changes to rkward/plugins/analysis/irt/polytomous/par_est_grm.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 graded response model with default settings, just the matrix of manifest variables (polytomous 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.grm</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 polytomous item responses from the objects shown on the left.
 
17
      </setting>
 
18
 
 
19
      <caption id="tab_options"/>
 
20
      <setting id="frame_constraints">
 
21
        If checked it is assumed that discrimination parameters are equal for all items.
 
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 list of values to be used. For detailed information on the specific layout of that list please refer to the manual for the  <link href="rkward://rhelp/grm">grm()</link> function.
 
25
      </setting>
 
26
      <setting id="hessian">
 
27
        If checked the Hessian matrix is computed.
 
28
      </setting>
 
29
      <setting id="naaction">
 
30
        Specifies how missing values are to be treated. By default all available cases are used. If checked, only complete cases will be considered.
 
31
      </setting>
 
32
      <setting id="irtparam">
 
33
        If checked, the coefficients' estimates are reported under the usual Item Response Theory parameterization (which is the default).
 
34
      </setting>
 
35
 
 
36
      <caption id="tab_advanced_control"/>
 
37
      <setting id="iterqn_grm" title="Number of quasi-Newton iterations">
 
38
        Defaults to 150.
 
39
      </setting>
 
40
      <setting id="ghk_grm" title="Number of Gauss-Hermite quadrature points">
 
41
        Defaults to 21.
 
42
      </setting>
 
43
      <setting id="optimeth" title="Optimization method">
 
44
        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.
 
45
      </setting>
 
46
      <setting id="dig_abbrv" title="Number of digits to abbreviate item names">
 
47
        Specifies how many digits are used in abbreviating item names. Defaults to 6.
 
48
      </setting>
 
49
      <setting id="verbose">
 
50
        Pretty much speaks for itself ;-)
 
51
      </setting>
 
52
    </settings>
 
53
 
 
54
   <related>
 
55
       Please refer to the <code>ltm</code> manuals for further information and detailed command line options:
 
56
        <ul>
 
57
                <li><link href="rkward://rhelp/ltm-package"/></li>
 
58
                <li><link href="rkward://rhelp/grm"/></li>
 
59
        </ul>
 
60
   </related>
 
61
 
 
62
   <technical>
 
63
     Todo:
 
64
       <ul>
 
65
         <li>The <code>parscale</code> control element is not yet implemented.</li>
 
66
       </ul>
 
67
   </technical>
 
 
b'\\ No newline at end of file'