Skip to content

Commit 8fd62f8

Browse files
committed
document formula convention and bump
1 parent 59d0f8a commit 8fd62f8

File tree

4 files changed

+16
-5
lines changed

4 files changed

+16
-5
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: mirt
2-
Version: 1.42.4
2+
Version: 1.42.5
33
Type: Package
44
Title: Multidimensional Item Response Theory
55
Authors@R: c( person("Phil", family="Chalmers", email =

NEWS.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
- Related to both points below, general MLTM (Embretson, 1984) added when
44
itemtype is specified as `PC1PL` and an `itemdesign` set is used, where
5-
formula must include name of the factor in the formula expressions
5+
formula must include the name of the factor in the formula expressions. See
6+
examples in the `mirt` documentation (requested by Susan Embretson)
67

78
- Added `PC1PL` itemtype to more easily specify conjunctive models with
89
slopes fixed to 1 and estimation of the latent variance term, mimicking the
@@ -17,7 +18,7 @@
1718
when loading structures specified where trace lines products are only
1819
computed for dimensions with non-zero slopes
1920

20-
- `RCI()` gains a `shiny` logical create an interactive scoring interface
21+
- `RCI()` gains a `shiny` logical to create an interactive scoring interface
2122

2223
# Changes in mirt 1.42
2324

R/mirt.R

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,12 @@
484484
#' \code{item.formula}. Providing this input will fix the associated \code{'d'} intercepts
485485
#' to 0, where applicable
486486
#' @param item.formula an R formula used to specify any intercept decomposition (e.g.,
487-
#' the LLTM; Fischer, 1983)
487+
#' the LLTM; Fischer, 1983). Note that only the right-hand side of the formula is required
488+
#' for compensatory models.
489+
#'
490+
#' For non-compensatory \code{itemtype}s (e.g., \code{'PC1PL'}) the formula must include
491+
#' the name of the latent trait in the left hand side of the expression to indicate which
492+
#' of the trait specification should have their intercepts decomposed (see MLTM; Embretson, 1984)
488493
#' @param quadpts number of quadrature points per dimension (must be larger than 2).
489494
#' By default the number of quadrature uses the following scheme:
490495
#' \code{switch(as.character(nfact), '1'=61, '2'=31, '3'=15, '4'=9, '5'=7, 3)}.

man/mirt.Rd

Lines changed: 6 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)