~l3on/ubuntu/precise/rkward/rebuild1

« back to all changes in this revision

Viewing changes to rkward/plugins/analysis/irt/polytomous/par_est_pcm.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/eRm-package">eRm</link> package.
 
5
    </summary>
 
6
 
 
7
    <usage>
 
8
      To fit the partial credit model with default settings, just the matrix of manifest variables (item responses) must be selected. Further options are described in the sections below. For detailed information on the expected layout of matrices and vectors please refer to the manual for the <link href="rkward://rhelp/PCM">PCM()</link> function.
 
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.pcm</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 item responses from the objects shown on the left.
 
17
      </setting>
 
18
 
 
19
      <caption id="tab_options"/>
 
20
      <setting id="design">
 
21
        By default the design matrix for the PCM will be computed automatically. Alternatively, you may specify your own design matrix here.
 
22
      </setting>
 
23
      <setting id="etastart">
 
24
        By default eta values start with the 0-vector. To change this, a vector of starting values can be specified.
 
25
      </setting>
 
26
      <setting id="stderr">
 
27
        If checked, standard errors are computed (which is the default).
 
28
      </setting>
 
29
      <setting id="sumnull">
 
30
         By default parameters are normalized to sum-0 by specifying an appropriate design matrix. Uncheck this box to restrict the first parameter to 0.
 
31
      </setting>
 
32
 
 
33
    </settings>
 
34
 
 
35
   <related>
 
36
       Please refer to the <code>eRm</code> manuals for further information and detailed command line options:
 
37
        <ul>
 
38
                <li><link href="rkward://rhelp/eRm-package"/></li>
 
39
                <li><link href="rkward://rhelp/PCM"/></li>
 
40
        </ul>
 
41
   </related>
 
 
b'\\ No newline at end of file'