Skip to content

Commit

Permalink
3.4-3
Browse files Browse the repository at this point in the history
  • Loading branch information
Robitzsch committed Jul 24, 2020
1 parent 8777cda commit ce8792a
Show file tree
Hide file tree
Showing 47 changed files with 2,562 additions and 2,396 deletions.
7 changes: 3 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Package: BIFIEsurvey
Type: Package
Title: Tools for Survey Statistics in Educational Assessment
Version: 3.4-1
Date: 2019-06-12 17:17:21
Version: 3.4-3
Date: 2020-07-24 18:27:54
Author: BIFIE [aut], Alexander Robitzsch [aut, cre],
Konrad Oberwimmer [aut]
Maintainer: Alexander Robitzsch <robitzsch@ipn.uni-kiel.de>
Maintainer: Alexander Robitzsch <robitzsch@leibniz-ipn.de>
Description:
Contains tools for survey statistics (especially in educational
assessment) for datasets with replication designs (jackknife,
Expand Down Expand Up @@ -42,4 +42,3 @@ URL:
https://www.bifie.at/large-scale-assessment-mit-r-methodische-grundlagen-der-oesterreichischen-bildungsstandardueberpruefung,
https://github.com/alexanderrobitzsch/BIFIEsurvey,
https://sites.google.com/site/alexanderrobitzsch2/software
RoxygenNote: 6.1.1
50 changes: 26 additions & 24 deletions R/RcppExports.R
Original file line number Diff line number Diff line change
@@ -1,99 +1,101 @@
## File Name: RcppExports.R
## File Version: 3.004003
# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

bifiesurvey_rcpp_jackknife_timss <- function(wgt, jkzone, jkrep, RR, jkfac, prbar) {
.Call('_BIFIEsurvey_bifiesurvey_rcpp_jackknife_timss', PACKAGE = 'BIFIEsurvey', wgt, jkzone, jkrep, RR, jkfac, prbar)
.Call('_BIFIEsurvey_bifiesurvey_rcpp_jackknife_timss', PACKAGE='BIFIEsurvey', wgt, jkzone, jkrep, RR, jkfac, prbar)
}

bifiesurvey_rcpp_bootstrap <- function(cumwgt, rand_wgt) {
.Call('_BIFIEsurvey_bifiesurvey_rcpp_bootstrap', PACKAGE = 'BIFIEsurvey', cumwgt, rand_wgt)
.Call('_BIFIEsurvey_bifiesurvey_rcpp_bootstrap', PACKAGE='BIFIEsurvey', cumwgt, rand_wgt)
}

bifiesurvey_rcpp_bifiedata2bifiecdata <- function(datalistM, Nimp) {
.Call('_BIFIEsurvey_bifiesurvey_rcpp_bifiedata2bifiecdata', PACKAGE = 'BIFIEsurvey', datalistM, Nimp)
.Call('_BIFIEsurvey_bifiesurvey_rcpp_bifiedata2bifiecdata', PACKAGE='BIFIEsurvey', datalistM, Nimp)
}

bifiesurvey_rcpp_bifiecdata2bifiedata <- function(datalistM_ind, datalistM_imputed, Nimp, dat1, datalistM_impindex) {
.Call('_BIFIEsurvey_bifiesurvey_rcpp_bifiecdata2bifiedata', PACKAGE = 'BIFIEsurvey', datalistM_ind, datalistM_imputed, Nimp, dat1, datalistM_impindex)
.Call('_BIFIEsurvey_bifiesurvey_rcpp_bifiecdata2bifiedata', PACKAGE='BIFIEsurvey', datalistM_ind, datalistM_imputed, Nimp, dat1, datalistM_impindex)
}

bifiesurvey_rcpp_bifiedata_stepwise <- function(dat1, dat_ind, Nmiss) {
.Call('_BIFIEsurvey_bifiesurvey_rcpp_bifiedata_stepwise', PACKAGE = 'BIFIEsurvey', dat1, dat_ind, Nmiss)
.Call('_BIFIEsurvey_bifiesurvey_rcpp_bifiedata_stepwise', PACKAGE='BIFIEsurvey', dat1, dat_ind, Nmiss)
}

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

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

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

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

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

bifie_comp_vcov_within <- function(parsM, parsrepM, fayfac, RR, Nimp) {
.Call('_BIFIEsurvey_bifie_comp_vcov_within', PACKAGE = 'BIFIEsurvey', parsM, parsrepM, fayfac, RR, Nimp)
.Call('_BIFIEsurvey_bifie_comp_vcov_within', PACKAGE='BIFIEsurvey', parsM, parsrepM, fayfac, RR, Nimp)
}

bifie_comp_vcov <- function(parsM, parsrepM, Cdes, rdes, Ccols, fayfac) {
.Call('_BIFIEsurvey_bifie_comp_vcov', PACKAGE = 'BIFIEsurvey', parsM, parsrepM, Cdes, rdes, Ccols, fayfac)
.Call('_BIFIEsurvey_bifie_comp_vcov', PACKAGE='BIFIEsurvey', parsM, parsrepM, Cdes, rdes, Ccols, fayfac)
}

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

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

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

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

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

bifie_fasttable <- function(datavec) {
.Call('_BIFIEsurvey_bifie_fasttable', PACKAGE = 'BIFIEsurvey', datavec)
.Call('_BIFIEsurvey_bifie_fasttable', PACKAGE='BIFIEsurvey', datavec)
}

bifie_table1_character <- function(datavec) {
.Call('_BIFIEsurvey_bifie_table1_character', PACKAGE = 'BIFIEsurvey', datavec)
.Call('_BIFIEsurvey_bifie_table1_character', PACKAGE='BIFIEsurvey', datavec)
}

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) {
.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)
.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)
}

bifiesurvey_rcpp_replication_variance <- function(pars, pars_repl, fay_factor) {
.Call('_BIFIEsurvey_bifiesurvey_rcpp_replication_variance', PACKAGE = 'BIFIEsurvey', pars, pars_repl, fay_factor)
.Call('_BIFIEsurvey_bifiesurvey_rcpp_replication_variance', PACKAGE='BIFIEsurvey', pars, pars_repl, fay_factor)
}

bifiesurvey_rcpp_rubin_rules <- function(estimates, variances) {
.Call('_BIFIEsurvey_bifiesurvey_rcpp_rubin_rules', PACKAGE = 'BIFIEsurvey', estimates, variances)
.Call('_BIFIEsurvey_bifiesurvey_rcpp_rubin_rules', PACKAGE='BIFIEsurvey', estimates, variances)
}

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) {
.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)
.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)
}

bifiesurvey_rcpp_wald_test <- function(parsM, parsrepM, Cdes, rdes, Ccols, fayfac) {
.Call('_BIFIEsurvey_bifiesurvey_rcpp_wald_test', PACKAGE = 'BIFIEsurvey', parsM, parsrepM, Cdes, rdes, Ccols, fayfac)
.Call('_BIFIEsurvey_bifiesurvey_rcpp_wald_test', PACKAGE='BIFIEsurvey', parsM, parsrepM, Cdes, rdes, Ccols, fayfac)
}

6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#### Tools for Survey Statistics in Educational Assessment


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

#### Manual

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

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

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

The version hosted [here](https://github.com/alexanderrobitzsch/BIFIEsurvey) is the development version of `BIFIEsurvey`.
The GitHub version can be installed using `devtools` as:
Expand Down
145 changes: 145 additions & 0 deletions docs/404.html

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

Loading

0 comments on commit ce8792a

Please sign in to comment.