From 9e252a93a02e8240c69843936dfc62b740368948 Mon Sep 17 00:00:00 2001 From: Robitzsch Date: Thu, 21 Mar 2024 22:42:53 +0100 Subject: [PATCH] 1.6-1 --- DESCRIPTION | 4 ++-- R/RcppExports.R | 2 +- R/immer_jml_update_item_R.R | 4 ++-- README.md | 6 +++--- docs/404.html | 2 +- docs/authors.html | 6 +++--- docs/index.html | 2 +- docs/pkgdown.yml | 2 +- docs/reference/data.immer.html | 2 +- docs/reference/data.ptam.html | 2 +- docs/reference/immer-package.html | 2 +- docs/reference/immer_FACETS.html | 2 +- docs/reference/immer_agree2.html | 2 +- docs/reference/immer_ccml.html | 2 +- docs/reference/immer_cml.html | 2 +- docs/reference/immer_hrm.html | 2 +- docs/reference/immer_hrm_simulate.html | 2 +- docs/reference/immer_install.html | 2 +- docs/reference/immer_jml.html | 2 +- docs/reference/immer_latent_regression.html | 2 +- docs/reference/immer_opcat.html | 2 +- docs/reference/immer_proc_data.html | 2 +- docs/reference/immer_reshape_wideformat.html | 2 +- docs/reference/immer_unique_patterns.html | 2 +- docs/reference/index.html | 2 +- docs/reference/lc2_agreement.html | 2 +- docs/reference/probs2logits.html | 2 +- docs/search.json | 2 +- inst/CITATION | 2 +- inst/NEWS | 13 +++++++++++-- src/RcppExports.cpp | 2 +- 31 files changed, 47 insertions(+), 38 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index e9dafc7..3bfc4c4 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Package: immer Type: Package Title: Item Response Models for Multiple Ratings -Version: 1.5-10 -Date: 2024-03-21 12:21:24 +Version: 1.6-1 +Date: 2024-03-21 22:26:05 Author: Alexander Robitzsch [aut, cre], Jan Steinfeld [aut] Maintainer: Alexander Robitzsch diff --git a/R/RcppExports.R b/R/RcppExports.R index 080b36c..0984374 100644 --- a/R/RcppExports.R +++ b/R/RcppExports.R @@ -1,5 +1,5 @@ ## File Name: RcppExports.R -## File Version: 1.005010 +## File Version: 1.006001 # Generated by using Rcpp::compileAttributes() -> do not edit by hand # Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393 diff --git a/R/immer_jml_update_item_R.R b/R/immer_jml_update_item_R.R index dcbc503..420982c 100644 --- a/R/immer_jml_update_item_R.R +++ b/R/immer_jml_update_item_R.R @@ -1,5 +1,5 @@ ## File Name: immer_jml_update_item_R.R -## File Version: 0.803 +## File Version: 0.804 immer_jml_update_item_R <- function( score_items, ItemScore, I, K, b, A, xsi, theta, @@ -25,7 +25,7 @@ immer_jml_update_item_R <- function( score_items, ItemScore, I, K, b, A, xsi, th probs[,ii,] <- probs_ii r[ii,] <- colSums( weights * probs_ii * dat_resp[,ii] )[-1] for (kk1 in 1L:K){ - for (kk2 in kk1L:K){ + for (kk2 in kk1:K){ rr[ii,kk1,kk2] <- sum( weights * probs_ii[,kk1+1] * probs_ii[,kk2+1] * dat_resp[,ii] ) if (kk1 < kk2){ diff --git a/README.md b/README.md index f0122fd..affdfff 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ all necessary information on the used librarys, the R version, and the OS it is The manual may be found here [https://alexanderrobitzsch.github.io/immer/](https://alexanderrobitzsch.github.io/immer/) -#### CRAN version `immer` 1.4-15 (2022-08-22) +#### CRAN version `immer` 1.5-13 (2024-03-21) [![CRAN_Status_Badge](http://www.r-pkg.org/badges/version-last-release/immer)](https://cran.r-project.org/package=immer) @@ -25,9 +25,9 @@ The CRAN version can be installed from within R using: utils::install.packages("immer") ``` -#### GitHub version `immer` 1.5-10 (2024-03-21) +#### GitHub version `immer` 1.6-1 (2024-03-21) -[![](https://img.shields.io/badge/github%20version-1.5--10-orange.svg)](https://github.com/alexanderrobitzsch/immer)   +[![](https://img.shields.io/badge/github%20version-1.6--1-orange.svg)](https://github.com/alexanderrobitzsch/immer)   The version hosted [here](https://github.com/alexanderrobitzsch/immer) is the development version of `immer`. The GitHub version can be installed using `devtools` as: diff --git a/docs/404.html b/docs/404.html index 01c1e3f..5bee351 100644 --- a/docs/404.html +++ b/docs/404.html @@ -24,7 +24,7 @@ immer - 1.5-10 + 1.6-1