Skip to content

Commit

Permalink
4.2-106
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderrobitzsch committed Dec 31, 2024
1 parent a03aa6e commit 7eaa8af
Show file tree
Hide file tree
Showing 13 changed files with 22 additions and 26 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: 4.2-104
Date: 2024-12-31 00:44:42
Version: 4.2-106
Date: 2024-12-31 17:39:13
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: 4.002104
## File Version: 4.002106
# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

Expand Down
5 changes: 3 additions & 2 deletions R/invariance.alignment.R
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
## File Name: invariance.alignment.R
## File Version: 4.017
## File Version: 4.019


invariance.alignment <- function( lambda, nu, wgt=NULL,
align.scale=c(1,1), align.pow=c(.5,.5), eps=1e-3,
psi0.init=NULL, alpha0.init=NULL, center=FALSE, optimizer="optim",
fixed=NULL, meth=1, vcov=NULL, eps_grid=seq(0,-10, by=-.5),
num_deriv=FALSE, le=FALSE, ... )
num_deriv=FALSE, ... )
{
CALL <- match.call()
s1 <- Sys.time()
type <- 'AM'
align.pow0 <- align.pow
align.pow <- align.pow / 2
overparam <- FALSE
le <- FALSE

#-- labels for groups and items
lambda0 <- lambda <- invariance_alignment_proc_labels(x=lambda)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ The CRAN version can be installed from within R using:
utils::install.packages("sirt")
```

#### GitHub version `sirt` 4.2-104 (2024-12-31)
#### GitHub version `sirt` 4.2-106 (2024-12-31)

[![](https://img.shields.io/badge/github%20version-4.2--104-orange.svg)](https://github.com/alexanderrobitzsch/sirt)&#160;&#160;
[![](https://img.shields.io/badge/github%20version-4.2--106-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 docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions docs/authors.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ pandoc: 3.1.1
pkgdown: 2.0.7
pkgdown_sha: ~
articles: {}
last_built: 2024-12-31T00:02Z
last_built: 2024-12-31T16:58Z

5 changes: 1 addition & 4 deletions docs/reference/invariance.alignment.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/search.json

Large diffs are not rendered by default.

5 changes: 2 additions & 3 deletions inst/NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ CHANGELOG sirt


------------------------------------------------------------------------
VERSIONS sirt 4.2 | 2024-12-31 | Last: sirt 4.2-104
VERSIONS sirt 4.2 | 2024-12-31 | Last: sirt 4.2-106
------------------------------------------------------------------------

FIXED * fixed a bug in handling sufficient statistics in
Expand Down Expand Up @@ -67,8 +67,7 @@ ADDED * included arguments 'method', 'le' and 'vcov_list' in
estimation of linking errors and standard errors
ADDED * added function locpolycor() to compute local thresholds and
polychoric correlations
ADDED * included argument 'le' in invariance.alignment() for linking
error estimation



DATA * included/modified datasets: ---
Expand Down
5 changes: 2 additions & 3 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.711
%% File Version: 1.712

\name{invariance.alignment}
\alias{invariance.alignment}
Expand Down Expand Up @@ -47,7 +47,7 @@ if it is supplied as the argument \code{vcov}.
invariance.alignment(lambda, nu, wgt=NULL, align.scale=c(1, 1),
align.pow=c(.5, .5), eps=1e-3, psi0.init=NULL, alpha0.init=NULL, center=FALSE,
optimizer="optim", fixed=NULL, meth=1, vcov=NULL, eps_grid=seq(0,-10, by=-.5),
num_deriv=FALSE, le=FALSE, ...)
num_deriv=FALSE, ...)

\method{summary}{invariance.alignment}(object, digits=3, file=NULL, ...)

Expand Down Expand Up @@ -113,7 +113,6 @@ for standard error computation. If a matrix is provided, standard errors
are computed.}
\item{eps_grid}{Grid of logarithmized epsilon values in optimization}
\item{num_deriv}{Logical indicating whether numerical derivatives should be used}
\item{le}{Logical indicating whether linking errors should be calculated}
\item{object}{
Object of class \code{invariance.alignment}
}
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: 4.002104
//// File Version: 4.002106
// Generated by using Rcpp::compileAttributes() -> do not edit by hand
// Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

Expand Down

0 comments on commit 7eaa8af

Please sign in to comment.