Skip to content

Commit

Permalink
3.13-96
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderrobitzsch committed Mar 17, 2023
1 parent 00ae99f commit 6d3bde5
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 17 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.13-94
Date: 2023-03-16 13:53:28
Version: 3.13-96
Date: 2023-03-17 10:17:36
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.013094
## File Version: 3.013096
# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

Expand Down
7 changes: 4 additions & 3 deletions R/lsem_bootstrap_postproc_output.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## File Name: lsem_bootstrap_postproc_output.R
## File Version: 0.098
## File Version: 0.104

lsem_bootstrap_postproc_output <- function(parameters, parameters_boot,
fitstats_joint, fitstats_joint_boot, est_joint=FALSE, repl_factor=NULL,
Expand Down Expand Up @@ -38,9 +38,10 @@ lsem_bootstrap_postproc_output <- function(parameters, parameters_boot,
h <- parameters_summary$SD_bc / (parameters_summary$SD_se+1e-100)
h <- ifelse( abs(parameters_summary$SD) < 1e-5*abs(parameters_summary$M), 0, h )
parameters_summary$SD_t <- h
parameters_summary$SD_p <- stats::pnorm(-abs(h))

parameters_summary <- move_variables_df(x=parameters_summary,
after_var='SD', move_vars=c('SD_bc', 'SD_se', 'SD_t'))
parameters_summary <- move_variables_df(x=parameters_summary, after_var='SD',
move_vars=c('SD_bc', 'SD_se', 'SD_t', 'SD_p') )

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

#### GitHub version `sirt` 3.13-94 (2023-03-16)
#### GitHub version `sirt` 3.13-96 (2023-03-17)

[![](https://img.shields.io/badge/github%20version-3.13--94-orange.svg)](https://github.com/alexanderrobitzsch/sirt)&#160;&#160;
[![](https://img.shields.io/badge/github%20version-3.13--96-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: 1.13.1
pkgdown: 1.5.1
pkgdown_sha: ~
articles: []
last_built: 2023-03-16T13:17Z
last_built: 2023-03-17T09:42Z

2 changes: 1 addition & 1 deletion inst/NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ CHANGELOG sirt


------------------------------------------------------------------------
VERSIONS sirt 3.13 | 2023-03-16 | Last: sirt 3.13-94
VERSIONS sirt 3.13 | 2023-03-17 | Last: sirt 3.13-96
------------------------------------------------------------------------

NOTE * included arguments 'pw_linear', 'pw_quadratic' that allow
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.013094
//// File Version: 3.013096
// Generated by using Rcpp::compileAttributes() -> do not edit by hand
// Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

Expand Down

0 comments on commit 6d3bde5

Please sign in to comment.