Skip to content

Commit

Permalink
3.1-28
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderrobitzsch committed Dec 10, 2018
1 parent a8bdeeb commit be5bba7
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 20 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: sirt
Type: Package
Title: Supplementary Item Response Theory Models
Version: 3.1-27
Date: 2018-12-05 15:34:05
Version: 3.1-28
Date: 2018-12-10 14:58:55
Author: Alexander Robitzsch [aut,cre] (<https://orcid.org/0000-0002-8226-3132>)
Maintainer: Alexander Robitzsch <[email protected]>
Description:
Expand Down
2 changes: 1 addition & 1 deletion R/RcppExports.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## File Name: RcppExports.R
## File Version: 3.001027
## File Version: 3.001028
# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ The CRAN version can be installed from within R using:
utils::install.packages("sirt")
```

#### GitHub version `sirt` 3.1-27 (2018-12-05)
#### GitHub version `sirt` 3.1-28 (2018-12-10)

[![](https://img.shields.io/badge/github%20version-3.1--27-orange.svg)](https://github.com/alexanderrobitzsch/sirt)&#160;&#160;
[![](https://img.shields.io/badge/github%20version-3.1--28-orange.svg)](https://github.com/alexanderrobitzsch/sirt)&#160;&#160;

The version hosted [here](https://github.com/alexanderrobitzsch/sirt) is the development version of `sirt`.
The GitHub version can be installed using `devtools` as:
Expand Down
2 changes: 1 addition & 1 deletion inst/NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ CHANGELOG sirt


------------------------------------------------------------------------
VERSIONS sirt 3.1 | 2018-12-05 | Last: sirt 3.1-27
VERSIONS sirt 3.1 | 2018-12-10 | Last: sirt 3.1-28
------------------------------------------------------------------------

NOTE * complete restructure of invariance.alignment() function which now
Expand Down
32 changes: 19 additions & 13 deletions man/invariance.alignment.Rd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%% File Name: invariance.alignment.Rd
%% File Version: 1.583
%% File Version: 1.587

\name{invariance.alignment}
\alias{invariance.alignment}
Expand All @@ -15,8 +15,8 @@ Alignment Procedure for Linking under Approximate Invariance
\description{
The function \code{invariance.alignment} performs alignment under approximate
invariance for \eqn{G} groups and \eqn{I} items
(Asparouhov & Muthen, 2014; Muthen & Asparouhov, 2014).
It is assumed that item loadings and intercepts are
(Asparouhov & Muthen, 2014; Byrne & van de Vijver, 2017; Marsh et al., 2018;
Muthen & Asparouhov, 2014, 2018). It is assumed that item loadings and intercepts are
previously estimated as a unidimensional factor model under the assumption of a factor
with zero mean and a variance of one.

Expand Down Expand Up @@ -118,12 +118,6 @@ For identification reasons, the product \eqn{\Pi_g \psi_{g0}}
of all group standard deviations is set to one. The mean
\eqn{\alpha_{g0}} of the first group is set to zero.

Note that the standard deviations \eqn{\psi_g} are estimated
due to minimizing the sum of \eqn{f_\lambda} functions while
means \eqn{\alpha_g} are obtained by minimizing the \eqn{f_\nu}
part with fixed \eqn{\psi_g} parameters. Therefore, the original approach
of Asparouhov and Muthen (2014) is split into a two-step procedure.

Note that Asparouhov and Muthen (2014) use \eqn{a_\lambda=a_\nu=1}
(which can be modified in \code{align.scale})
and \eqn{p_\lambda=p_\nu=1/4} (which can be modified in \code{align.pow}).
Expand Down Expand Up @@ -165,13 +159,25 @@ A list with following entries


\references{
Asparouhov, T., & Muthen, B. (2014).
Multiple-group factor analysis alignment.
Asparouhov, T., & Muthen, B. (2014). Multiple-group factor analysis alignment.
\emph{Structural Equation Modeling, 21}, 1-14.

Byrne, B. M., & van de Vijver, F. J. R. (2017). The maximum likelihood alignment
approach to testing for approximate measurement invariance:
A paradigmatic cross-cultural application. \emph{Psicothema, 29}(4), 539-551.

Marsh, H. W., Guo, J., Parker, P. D., Nagengast, B., Asparouhov, T., Muthen, B.,
& Dicke, T. (2018). What to do when scalar invariance fails: The extended alignment
method for multi-group factor analysis comparison of latent means across many groups.
\emph{Psychological Methods, 23}(3), 524-545.

Muthen, B., & Asparouhov, T. (2014). IRT studies of many groups: The alignment method.
\emph{Frontiers in Psychology | Quantitative Psychology and Measurement,
5}:978. doi: 10.3389/fpsyg.2014.00978,
\emph{Frontiers in Psychology | Quantitative Psychology and Measurement, 5}:978.
doi: 10.3389/fpsyg.2014.00978.

Muthen, B., & Asparouhov, T. (2018). Recent methods for the study of measurement
invariance with many groups: Alignment and random effects.
\emph{Sociological Methods & Research, 47}(4), 637-664.

Vandenberg, R. J., & Lance, C. E. (2000). A review and synthesis of the
measurement invariance literature: Suggestions, practices, and
Expand Down
2 changes: 1 addition & 1 deletion src/RcppExports.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//// File Name: RcppExports.cpp
//// File Version: 3.001027
//// File Version: 3.001028
// Generated by using Rcpp::compileAttributes() -> do not edit by hand
// Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

Expand Down

0 comments on commit be5bba7

Please sign in to comment.