Skip to content

Commit ce8792a

Browse files
author
Robitzsch
committed
3.4-3
1 parent 8777cda commit ce8792a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+2562
-2396
lines changed

DESCRIPTION

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Package: BIFIEsurvey
22
Type: Package
33
Title: Tools for Survey Statistics in Educational Assessment
4-
Version: 3.4-1
5-
Date: 2019-06-12 17:17:21
4+
Version: 3.4-3
5+
Date: 2020-07-24 18:27:54
66
Author: BIFIE [aut], Alexander Robitzsch [aut, cre],
77
Konrad Oberwimmer [aut]
8-
Maintainer: Alexander Robitzsch <robitzsch@ipn.uni-kiel.de>
8+
Maintainer: Alexander Robitzsch <robitzsch@leibniz-ipn.de>
99
Description:
1010
Contains tools for survey statistics (especially in educational
1111
assessment) for datasets with replication designs (jackknife,
@@ -42,4 +42,3 @@ URL:
4242
https://www.bifie.at/large-scale-assessment-mit-r-methodische-grundlagen-der-oesterreichischen-bildungsstandardueberpruefung,
4343
https://github.com/alexanderrobitzsch/BIFIEsurvey,
4444
https://sites.google.com/site/alexanderrobitzsch2/software
45-
RoxygenNote: 6.1.1

R/RcppExports.R

Lines changed: 26 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,99 +1,101 @@
1+
## File Name: RcppExports.R
2+
## File Version: 3.004003
13
# Generated by using Rcpp::compileAttributes() -> do not edit by hand
24
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393
35

46
bifiesurvey_rcpp_jackknife_timss <- function(wgt, jkzone, jkrep, RR, jkfac, prbar) {
5-
.Call('_BIFIEsurvey_bifiesurvey_rcpp_jackknife_timss', PACKAGE = 'BIFIEsurvey', wgt, jkzone, jkrep, RR, jkfac, prbar)
7+
.Call('_BIFIEsurvey_bifiesurvey_rcpp_jackknife_timss', PACKAGE='BIFIEsurvey', wgt, jkzone, jkrep, RR, jkfac, prbar)
68
}
79

810
bifiesurvey_rcpp_bootstrap <- function(cumwgt, rand_wgt) {
9-
.Call('_BIFIEsurvey_bifiesurvey_rcpp_bootstrap', PACKAGE = 'BIFIEsurvey', cumwgt, rand_wgt)
11+
.Call('_BIFIEsurvey_bifiesurvey_rcpp_bootstrap', PACKAGE='BIFIEsurvey', cumwgt, rand_wgt)
1012
}
1113

1214
bifiesurvey_rcpp_bifiedata2bifiecdata <- function(datalistM, Nimp) {
13-
.Call('_BIFIEsurvey_bifiesurvey_rcpp_bifiedata2bifiecdata', PACKAGE = 'BIFIEsurvey', datalistM, Nimp)
15+
.Call('_BIFIEsurvey_bifiesurvey_rcpp_bifiedata2bifiecdata', PACKAGE='BIFIEsurvey', datalistM, Nimp)
1416
}
1517

1618
bifiesurvey_rcpp_bifiecdata2bifiedata <- function(datalistM_ind, datalistM_imputed, Nimp, dat1, datalistM_impindex) {
17-
.Call('_BIFIEsurvey_bifiesurvey_rcpp_bifiecdata2bifiedata', PACKAGE = 'BIFIEsurvey', datalistM_ind, datalistM_imputed, Nimp, dat1, datalistM_impindex)
19+
.Call('_BIFIEsurvey_bifiesurvey_rcpp_bifiecdata2bifiedata', PACKAGE='BIFIEsurvey', datalistM_ind, datalistM_imputed, Nimp, dat1, datalistM_impindex)
1820
}
1921

2022
bifiesurvey_rcpp_bifiedata_stepwise <- function(dat1, dat_ind, Nmiss) {
21-
.Call('_BIFIEsurvey_bifiesurvey_rcpp_bifiedata_stepwise', PACKAGE = 'BIFIEsurvey', dat1, dat_ind, Nmiss)
23+
.Call('_BIFIEsurvey_bifiesurvey_rcpp_bifiedata_stepwise', PACKAGE='BIFIEsurvey', dat1, dat_ind, Nmiss)
2224
}
2325

2426
bifiesurvey_rcpp_linreg <- function(datalist, wgt1, wgtrep, dep_index, pre_index, fayfac, NI, group_index1, group_values) {
25-
.Call('_BIFIEsurvey_bifiesurvey_rcpp_linreg', PACKAGE = 'BIFIEsurvey', datalist, wgt1, wgtrep, dep_index, pre_index, fayfac, NI, group_index1, group_values)
27+
.Call('_BIFIEsurvey_bifiesurvey_rcpp_linreg', PACKAGE='BIFIEsurvey', datalist, wgt1, wgtrep, dep_index, pre_index, fayfac, NI, group_index1, group_values)
2628
}
2729

2830
bifiesurvey_rcpp_logistreg <- function(datalist, wgt1, wgtrep, dep_index, pre_index, fayfac, NI, group_index1, group_values, eps, maxiter) {
29-
.Call('_BIFIEsurvey_bifiesurvey_rcpp_logistreg', PACKAGE = 'BIFIEsurvey', datalist, wgt1, wgtrep, dep_index, pre_index, fayfac, NI, group_index1, group_values, eps, maxiter)
31+
.Call('_BIFIEsurvey_bifiesurvey_rcpp_logistreg', PACKAGE='BIFIEsurvey', datalist, wgt1, wgtrep, dep_index, pre_index, fayfac, NI, group_index1, group_values, eps, maxiter)
3032
}
3133

3234
univar_multiple_V2group <- function(datalist, wgt1, wgtrep, vars_index, fayfac, NI, group_index1, group_values) {
33-
.Call('_BIFIEsurvey_univar_multiple_V2group', PACKAGE = 'BIFIEsurvey', datalist, wgt1, wgtrep, vars_index, fayfac, NI, group_index1, group_values)
35+
.Call('_BIFIEsurvey_univar_multiple_V2group', PACKAGE='BIFIEsurvey', datalist, wgt1, wgtrep, vars_index, fayfac, NI, group_index1, group_values)
3436
}
3537

3638
bifie_freq <- function(datalist, wgt1, wgtrep, vars_index, fayfac, NI, group_index1, group_values, vars_values, vars_values_numb) {
37-
.Call('_BIFIEsurvey_bifie_freq', PACKAGE = 'BIFIEsurvey', datalist, wgt1, wgtrep, vars_index, fayfac, NI, group_index1, group_values, vars_values, vars_values_numb)
39+
.Call('_BIFIEsurvey_bifie_freq', PACKAGE='BIFIEsurvey', datalist, wgt1, wgtrep, vars_index, fayfac, NI, group_index1, group_values, vars_values, vars_values_numb)
3840
}
3941

4042
bifie_correl <- function(datalist, wgt1, wgtrep, vars_index, fayfac, NI, group_index1, group_values) {
41-
.Call('_BIFIEsurvey_bifie_correl', PACKAGE = 'BIFIEsurvey', datalist, wgt1, wgtrep, vars_index, fayfac, NI, group_index1, group_values)
43+
.Call('_BIFIEsurvey_bifie_correl', PACKAGE='BIFIEsurvey', datalist, wgt1, wgtrep, vars_index, fayfac, NI, group_index1, group_values)
4244
}
4345

4446
bifie_comp_vcov_within <- function(parsM, parsrepM, fayfac, RR, Nimp) {
45-
.Call('_BIFIEsurvey_bifie_comp_vcov_within', PACKAGE = 'BIFIEsurvey', parsM, parsrepM, fayfac, RR, Nimp)
47+
.Call('_BIFIEsurvey_bifie_comp_vcov_within', PACKAGE='BIFIEsurvey', parsM, parsrepM, fayfac, RR, Nimp)
4648
}
4749

4850
bifie_comp_vcov <- function(parsM, parsrepM, Cdes, rdes, Ccols, fayfac) {
49-
.Call('_BIFIEsurvey_bifie_comp_vcov', PACKAGE = 'BIFIEsurvey', parsM, parsrepM, Cdes, rdes, Ccols, fayfac)
51+
.Call('_BIFIEsurvey_bifie_comp_vcov', PACKAGE='BIFIEsurvey', parsM, parsrepM, Cdes, rdes, Ccols, fayfac)
5052
}
5153

5254
bifie_test_univar <- function(mean1M, sd1M, sumweightM, GG, group_values, mean1repM, sd1repM, sumweightrepM, fayfac) {
53-
.Call('_BIFIEsurvey_bifie_test_univar', PACKAGE = 'BIFIEsurvey', mean1M, sd1M, sumweightM, GG, group_values, mean1repM, sd1repM, sumweightrepM, fayfac)
55+
.Call('_BIFIEsurvey_bifie_test_univar', PACKAGE='BIFIEsurvey', mean1M, sd1M, sumweightM, GG, group_values, mean1repM, sd1repM, sumweightrepM, fayfac)
5456
}
5557

5658
bifie_crosstab <- function(datalist, wgt1, wgtrep, vars_values1, vars_index1, vars_values2, vars_index2, fayfac, NI, group_index1, group_values) {
57-
.Call('_BIFIEsurvey_bifie_crosstab', PACKAGE = 'BIFIEsurvey', datalist, wgt1, wgtrep, vars_values1, vars_index1, vars_values2, vars_index2, fayfac, NI, group_index1, group_values)
59+
.Call('_BIFIEsurvey_bifie_crosstab', PACKAGE='BIFIEsurvey', datalist, wgt1, wgtrep, vars_values1, vars_index1, vars_values2, vars_index2, fayfac, NI, group_index1, group_values)
5860
}
5961

6062
bifie_by <- function(datalist, wgt1, wgtrep, vars_index, fayfac, NI, group_index1, group_values, userfct) {
61-
.Call('_BIFIEsurvey_bifie_by', PACKAGE = 'BIFIEsurvey', datalist, wgt1, wgtrep, vars_index, fayfac, NI, group_index1, group_values, userfct)
63+
.Call('_BIFIEsurvey_bifie_by', PACKAGE='BIFIEsurvey', datalist, wgt1, wgtrep, vars_index, fayfac, NI, group_index1, group_values, userfct)
6264
}
6365

6466
bifie_hist <- function(datalist, wgt1, wgtrep, vars_index, fayfac, NI, group_index1, group_values, breaks) {
65-
.Call('_BIFIEsurvey_bifie_hist', PACKAGE = 'BIFIEsurvey', datalist, wgt1, wgtrep, vars_index, fayfac, NI, group_index1, group_values, breaks)
67+
.Call('_BIFIEsurvey_bifie_hist', PACKAGE='BIFIEsurvey', datalist, wgt1, wgtrep, vars_index, fayfac, NI, group_index1, group_values, breaks)
6668
}
6769

6870
bifie_ecdf <- function(datalist, wgt1, wgtrep, vars_index, fayfac, NI, group_index1, group_values, breaks, quanttype, maxval) {
69-
.Call('_BIFIEsurvey_bifie_ecdf', PACKAGE = 'BIFIEsurvey', datalist, wgt1, wgtrep, vars_index, fayfac, NI, group_index1, group_values, breaks, quanttype, maxval)
71+
.Call('_BIFIEsurvey_bifie_ecdf', PACKAGE='BIFIEsurvey', datalist, wgt1, wgtrep, vars_index, fayfac, NI, group_index1, group_values, breaks, quanttype, maxval)
7072
}
7173

7274
bifie_fasttable <- function(datavec) {
73-
.Call('_BIFIEsurvey_bifie_fasttable', PACKAGE = 'BIFIEsurvey', datavec)
75+
.Call('_BIFIEsurvey_bifie_fasttable', PACKAGE='BIFIEsurvey', datavec)
7476
}
7577

7678
bifie_table1_character <- function(datavec) {
77-
.Call('_BIFIEsurvey_bifie_table1_character', PACKAGE = 'BIFIEsurvey', datavec)
79+
.Call('_BIFIEsurvey_bifie_table1_character', PACKAGE='BIFIEsurvey', datavec)
7880
}
7981

8082
bifie_mla2 <- function(X_list, Z_list, y_list, wgttot, wgtlev2, wgtlev1, globconv, maxiter, group, group_values, cluster, wgtrep, Nimp, fayfac, recov_constraint, is_rcov_constraint) {
81-
.Call('_BIFIEsurvey_bifie_mla2', PACKAGE = 'BIFIEsurvey', X_list, Z_list, y_list, wgttot, wgtlev2, wgtlev1, globconv, maxiter, group, group_values, cluster, wgtrep, Nimp, fayfac, recov_constraint, is_rcov_constraint)
83+
.Call('_BIFIEsurvey_bifie_mla2', PACKAGE='BIFIEsurvey', X_list, Z_list, y_list, wgttot, wgtlev2, wgtlev1, globconv, maxiter, group, group_values, cluster, wgtrep, Nimp, fayfac, recov_constraint, is_rcov_constraint)
8284
}
8385

8486
bifiesurvey_rcpp_replication_variance <- function(pars, pars_repl, fay_factor) {
85-
.Call('_BIFIEsurvey_bifiesurvey_rcpp_replication_variance', PACKAGE = 'BIFIEsurvey', pars, pars_repl, fay_factor)
87+
.Call('_BIFIEsurvey_bifiesurvey_rcpp_replication_variance', PACKAGE='BIFIEsurvey', pars, pars_repl, fay_factor)
8688
}
8789

8890
bifiesurvey_rcpp_rubin_rules <- function(estimates, variances) {
89-
.Call('_BIFIEsurvey_bifiesurvey_rcpp_rubin_rules', PACKAGE = 'BIFIEsurvey', estimates, variances)
91+
.Call('_BIFIEsurvey_bifiesurvey_rcpp_rubin_rules', PACKAGE='BIFIEsurvey', estimates, variances)
9092
}
9193

9294
bifiesurvey_rcpp_pathmodel <- function(datalist, wgt1, wgtrep, vars_index, fayfac, NI, group_index1, group_values, L, L_row_index, NL, E, R, R_row_index, coeff_index, NP0, unreliability) {
93-
.Call('_BIFIEsurvey_bifiesurvey_rcpp_pathmodel', PACKAGE = 'BIFIEsurvey', datalist, wgt1, wgtrep, vars_index, fayfac, NI, group_index1, group_values, L, L_row_index, NL, E, R, R_row_index, coeff_index, NP0, unreliability)
95+
.Call('_BIFIEsurvey_bifiesurvey_rcpp_pathmodel', PACKAGE='BIFIEsurvey', datalist, wgt1, wgtrep, vars_index, fayfac, NI, group_index1, group_values, L, L_row_index, NL, E, R, R_row_index, coeff_index, NP0, unreliability)
9496
}
9597

9698
bifiesurvey_rcpp_wald_test <- function(parsM, parsrepM, Cdes, rdes, Ccols, fayfac) {
97-
.Call('_BIFIEsurvey_bifiesurvey_rcpp_wald_test', PACKAGE = 'BIFIEsurvey', parsM, parsrepM, Cdes, rdes, Ccols, fayfac)
99+
.Call('_BIFIEsurvey_bifiesurvey_rcpp_wald_test', PACKAGE='BIFIEsurvey', parsM, parsrepM, Cdes, rdes, Ccols, fayfac)
98100
}
99101

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#### Tools for Survey Statistics in Educational Assessment
33

44

5-
If you use `BIFIEsurvey` and have suggestions for improvement or have found bugs, please email me at robitzsch@ipn.uni-kiel.de.
5+
If you use `BIFIEsurvey` and have suggestions for improvement or have found bugs, please email me at robitzsch@leibniz-ipn.de.
66

77
#### Manual
88

@@ -22,9 +22,9 @@ The CRAN version can be installed from within R using:
2222
utils::install.packages("BIFIEsurvey")
2323
```
2424

25-
#### GitHub version `BIFIEsurvey` 3.4-1 (2019-06-12)
25+
#### GitHub version `BIFIEsurvey` 3.4-3 (2020-07-24)
2626

27-
[![](https://img.shields.io/badge/github%20version-3.4--1-orange.svg)](https://github.com/alexanderrobitzsch/BIFIEsurvey)&#160;&#160;
27+
[![](https://img.shields.io/badge/github%20version-3.4--3-orange.svg)](https://github.com/alexanderrobitzsch/BIFIEsurvey)&#160;&#160;
2828

2929
The version hosted [here](https://github.com/alexanderrobitzsch/BIFIEsurvey) is the development version of `BIFIEsurvey`.
3030
The GitHub version can be installed using `devtools` as:

docs/404.html

Lines changed: 145 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)