Skip to content

Commit

Permalink
3.6-39
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderrobitzsch committed Apr 12, 2021
1 parent d70db9f commit d05e97c
Show file tree
Hide file tree
Showing 13 changed files with 29 additions and 25 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: TAM
Type: Package
Title: Test Analysis Modules
Version: 3.6-35
Date: 2021-02-10 09:52:02
Version: 3.6-39
Date: 2021-04-12 10:34:50
Author:
Alexander Robitzsch [aut,cre] (<https://orcid.org/0000-0002-8226-3132>),
Thomas Kiefer [aut],
Expand Down
3 changes: 2 additions & 1 deletion R/IRT.simulate.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## File Name: IRT.simulate.R
## File Version: 9.13
## File Version: 9.141

#####################################################
# S3 method
Expand Down Expand Up @@ -61,6 +61,7 @@ simulate_mml <- function(object, iIndex=NULL, theta=NULL, nobs=NULL, ...){
res <- matrix( stats::runif(nnodes * nI), nrow=nnodes, ncol=nI)
for(ii in 1:nI){
cat.success.ii <- (res[, ii] > t(apply(p[ii,, ], 2, cumsum)))
cat.success.ii[is.na(cat.success.ii)] <- FALSE
res[, ii] <- c(cat.success.ii %*% rep(1, maxK))
}

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.006035
## File Version: 3.006039
# 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 R/tam.ctt3.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## File Name: tam.ctt3.R
## File Version: 9.18
## File Version: 9.202

tam.ctt3 <- function( resp, wlescore=NULL, group=NULL, allocate=30, progress=TRUE,
max_ncat=30, pweights=NULL)
Expand All @@ -13,7 +13,7 @@ tam.ctt3 <- function( resp, wlescore=NULL, group=NULL, allocate=30, progress=TRU
}
}
if (length(elim)>0){
resp <- resp[, -elim]
resp <- resp[, -elim, drop=FALSE]
}
res <- tam_ctt_wrapper(resp=resp, wlescore=wlescore, group=group, allocate=allocate,
progress=progress, version=3, wgt=pweights)
Expand Down
2 changes: 1 addition & 1 deletion R/tam_ctt_wrapper.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## File Name: tam_ctt_wrapper.R
## File Version: 0.14
## File Version: 0.152


tam_ctt_wrapper <- function( resp, wlescore=NULL, group=NULL, allocate=30, progress=TRUE,
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("TAM")
```

#### GitHub version `TAM` 3.6-35 (2021-02-10)
#### GitHub version `TAM` 3.6-39 (2021-04-12)

[![](https://img.shields.io/badge/github%20version-3.6--35-orange.svg)](https://github.com/alexanderrobitzsch/TAM)&#160;&#160;
[![](https://img.shields.io/badge/github%20version-3.6--39-orange.svg)](https://github.com/alexanderrobitzsch/TAM)&#160;&#160;

The version hosted [here](https://github.com/alexanderrobitzsch/TAM) is the development version of `TAM`.
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: 1.13.1
pkgdown: 1.5.1
pkgdown_sha: ~
articles: []
last_built: 2021-02-10T09:06Z
last_built: 2021-04-12T08:51Z

17 changes: 10 additions & 7 deletions inst/NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@ http://www.edmeasurementsurveys.com/TAM/Tutorials/


-------------------------------------------------------------
VERSIONS TAM 3.6 | 2021-02-10 | Last: TAM 3.6-35
VERSIONS TAM 3.6 | 2021-04-12 | Last: TAM 3.6-39
-------------------------------------------------------------

FIXED * fixed an issue in tam.linking() if number of maximum
categories in groups differs
FIXED * fixed a bug in tam.np()
(thanks to @andreanorcinipala, issue #13)
(thanks to @andreanorcinipala, Github issue #13)
NOTE * added '...' argument in tam.fa() (thanks to a suggestion
of @jeppebundsgaard, issue #11)
of @jeppebundsgaard, Github issue #11)
ADDED * added weights argument 'pweights' in tam.ctt3()
NOTE * included argument 'gammaslope.max' in tam.mml.3pl()
FIXED * fixed a bug in tam.mml.mfr() for items with more than
Expand All @@ -69,6 +69,9 @@ NOTE * implemented alternative computation version in tam.jml()
that is more efficient in case of a lot of missing data.
The default in tam.jml() is now 'version=3'
(thanks to a discussion with Daniel Lopes de Castro).
FIXED * fixed a bug in IRT.simulate() for models involving items
with unequal numbers of categories
(thanks to @jeppebundsgaard, Github issue #16)



Expand All @@ -83,7 +86,7 @@ VERSIONS TAM 3.5 | 2020-05-05 | Last: TAM 3.5-19
-------------------------------------------------------------

FIXED * fixed a bug in plot.tam() function that was introduced
in TAM 3.4 (thanks to @sda030; issue #12)
in TAM 3.4 (thanks to @sda030; Github issue #12)
NOTE * included arguments 'eps_rob_hae' and 'par_init'
in tam.linking()
FIXED * fixed a bug in tam.jml.fit()
Expand Down Expand Up @@ -131,11 +134,11 @@ VERSIONS TAM 3.3 | 2019-08-23 | Last: TAM 3.3-10
-------------------------------------------------------------

FIXED * fixed bug in processing of design matrices
(thank to Andrea Cantieni; issue #6)
(thank to Andrea Cantieni; Github issue #6)
FIXED * fixed bug in OCLA application caused by
TAM:::tam_dtnorm() (thank to Andrea Cantieni; issue #7)
TAM:::tam_dtnorm() (thank to Andrea Cantieni; Github issue #7)
FIXED * fixed a bug in tam.se() for Quasi Monte Carlo Integration
(thanks to Hansjoerg Plieninger, issue #8; also
(thanks to Hansjoerg Plieninger, Github issue #8; also
reported by Mirka Henninger and Markus Schreiner)
NOTE * included argument 'max_ncat' in tam.ctt3()

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.006035
//// File Version: 3.006039
// Generated by using Rcpp::compileAttributes() -> do not edit by hand
// Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

Expand Down
2 changes: 1 addition & 1 deletion src/init.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//// File Name: init.c
//// File Version: 3.006035
//// File Version: 3.006039
#include <R.h>
#include <Rinternals.h>
#include <stdlib.h> // for NULL
Expand Down

0 comments on commit d05e97c

Please sign in to comment.