Skip to content

Commit

Permalink
3.9-4
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderrobitzsch committed Feb 17, 2020
1 parent e0f4c03 commit 4298d94
Show file tree
Hide file tree
Showing 161 changed files with 199 additions and 191 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
@@ -1,8 +1,8 @@
Package: sirt
Type: Package
Title: Supplementary Item Response Theory Models
Version: 3.8-11
Date: 2020-02-14 14:19:07
Version: 3.9-4
Date: 2020-02-17 12:57:09
Author: Alexander Robitzsch [aut,cre] (<https://orcid.org/0000-0002-8226-3132>)
Maintainer: Alexander Robitzsch <robitzsch@ipn.uni-kiel.de>
Description:
Expand Down
2 changes: 1 addition & 1 deletion R/RcppExports.R
@@ -1,5 +1,5 @@
## File Name: RcppExports.R
## File Version: 3.008011
## File Version: 3.009004
# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

Expand Down
9 changes: 5 additions & 4 deletions R/ccov_np_score_density.R
@@ -1,15 +1,16 @@
## File Name: ccov_np_score_density.R
## File Version: 0.04
## File Version: 0.07

ccov_np_score_density <- function(score, thetagrid, smooth=TRUE)
{
if (smooth){
thg_dens <- stats::density(x=score, from=min(thetagrid), to=max(thetagrid))
wgt_thetagrid <- ccov_np_regression(x=thg_dens$x, y=thg_dens$y,
xgrid=thetagrid, bwscale=.1)
xgrid=thetagrid, bwscale=.1)
wgt_thetagrid <- sirt_sum_norm(x=wgt_thetagrid)
} else {
a1 <- stats::aggregate(1+0*score, list(score), sum, na.rm=TRUE)
wgt_thetagrid <- a1[,2] / sum(a1[,2])
a1 <- stats::aggregate(x=1+0*score, by=list(score), FUN=sum, na.rm=TRUE)
wgt_thetagrid <- sirt_sum_norm(x=a1[,2])
}
return(wgt_thetagrid)
}
2 changes: 1 addition & 1 deletion R/linking.haberman.R
@@ -1,5 +1,5 @@
## File Name: linking.haberman.R
## File Version: 2.635
## File Version: 2.637


#**** Linking Haberman: ETS Research Report 2009
Expand Down
2 changes: 1 addition & 1 deletion R/linking_haberman_als.R
@@ -1,5 +1,5 @@
## File Name: linking_haberman_als.R
## File Version: 0.643
## File Version: 0.644



Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -8,7 +8,7 @@ If you use `sirt` and have suggestions for improvement or have found bugs, pleas

The manual may be found here [https://alexanderrobitzsch.github.io/sirt/](https://alexanderrobitzsch.github.io/sirt/)

#### CRAN version `sirt` 3.7-40 (2019-11-04)
#### CRAN version `sirt` 3.8-11 (2020-02-15)


[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version-last-release/sirt)](https://cran.r-project.org/package=sirt)
Expand All @@ -22,9 +22,9 @@ The CRAN version can be installed from within R using:
utils::install.packages("sirt")
```

#### GitHub version `sirt` 3.8-11 (2020-02-14)
#### GitHub version `sirt` 3.9-4 (2020-02-17)

[![](https://img.shields.io/badge/github%20version-3.8--11-orange.svg)](https://github.com/alexanderrobitzsch/sirt)&#160;&#160;
[![](https://img.shields.io/badge/github%20version-3.9--4-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/reference/IRT.mle.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/reference/Q3.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/reference/Q3.testlet.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/reference/R2conquest.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/reference/R2noharm.EAP.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/reference/R2noharm.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/reference/R2noharm.jackknife.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/reference/automatic.recode.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/reference/brm.sim.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/reference/btm.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/reference/categorize.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/reference/ccov.np.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/reference/class.accuracy.rasch.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/reference/conf.detect.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/reference/data.activity.itempars.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/reference/data.befki.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/reference/data.big5.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/reference/data.bs.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/reference/data.eid.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/reference/data.ess2005.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/reference/data.g308.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/reference/data.inv4gr.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/reference/data.liking.science.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/reference/data.long.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/reference/data.lsem.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/reference/data.math.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/reference/data.mcdonald.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/reference/data.mixed1.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/reference/data.ml.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/reference/data.noharm.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/reference/data.pars1.rasch.html

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

0 comments on commit 4298d94

Please sign in to comment.