eatRep
Educational Assessment Tools for Replication Methods (Jackknife-2, Bootstrap, Multiple Imputation Pooling)
Science Score: 36.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
✓Committers with academic emails
1 of 4 committers (25.0%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (16.1%) to scientific vocabulary
Repository
Educational Assessment Tools for Replication Methods (Jackknife-2, Bootstrap, Multiple Imputation Pooling)
Basic Info
- Host: GitHub
- Owner: weirichs
- Language: R
- Default Branch: master
- Homepage: https://weirichs.github.io/eatRep/
- Size: 9.06 MB
Statistics
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 7
- Releases: 0
Metadata Files
README.md
eatRep 
Overview
eatRep (Educational Assessment Tools for Replication Methods) provides functions to compute some basic statistic operations (means and adjusted means, standard deviations, frequency tables, percentiles and generalized linear models) in complex survey designs comprising multiple imputed variables and/or a clustered sampling structure which both deserve special procedures at least in estimating standard errors.
Installation
```R
Install eatRep from GitHub via
devtools::install_github("weirichs/eatRep") ```
View package documentation
```R library(eatRep)
View package documentation
package?eatRep ```
Exemplary analysis
The following example illustrates the computation of mean educational outcomes of three fictitious countries. Data stem from a large-scale assessment where reading competencies were assessed using dichotomous items (true/false). As the outcome is considered to be latent, plausible values were drawn for each examinee. Plausible values can be considered as multiple imputations of the inherently unobserved latent outcome. The within-person variance of plausible values is used to determine the measurement error. During sampling, classes were drawn instead of individuals. As the sample is clustered then, computation of sampling error involves replication methods.
```R library(eatRep)
compute group means for multiple imputed data in a clustered structure
from a large-scale assessment survey
data(lsa)
Example 1: only means, SD and variances for each country
We only consider domain 'reading'
rd <- lsa[which(lsa[,"domain"] == "reading"),]
We only consider the first "nest".
rdN1 <- rd[which(rd[,"nest"] == 1),]
First, we only consider year 2010
rdN1y10<- rdN1[which(rdN1[,"year"] == 2010),]
mean estimation
means1 <- repMean(datL = rdN1y10, ID="idstud", wgt="wgt", type = "JK2", PSU = "jkzone", repInd = "jkrep", imp="imp", groups = "country", dependent = "score", na.rm=FALSE, doCheck=TRUE, engine = "BIFIEsurvey")
reporting function: the function does not know which content domain is being considered,
so the user may add new columns in the output using the 'add' argument
res1 <- report2(means1, add = list(domain = "reading"))[["plain"]] ```
Owner
- Login: weirichs
- Kind: user
- Repositories: 3
- Profile: https://github.com/weirichs
GitHub Events
Total
- Issues event: 6
- Delete event: 7
- Issue comment event: 3
- Member event: 1
- Push event: 45
- Pull request review event: 6
- Pull request review comment event: 2
- Pull request event: 7
- Create event: 4
Last Year
- Issues event: 6
- Delete event: 7
- Issue comment event: 3
- Member event: 1
- Push event: 45
- Pull request review event: 6
- Pull request review comment event: 2
- Pull request event: 7
- Create event: 4
Committers
Last synced: over 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| weirichs | 4****s | 168 |
| Sebastian Weirich | s****h@i****e | 106 |
| Benjamin Becker | b****r@w****e | 39 |
| beckerbenj | 3****j | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 8
- Total pull requests: 11
- Average time to close issues: 9 months
- Average time to close pull requests: 2 months
- Total issue authors: 3
- Total pull request authors: 2
- Average comments per issue: 4.13
- Average comments per pull request: 0.27
- Merged pull requests: 10
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 1
- Pull requests: 5
- Average time to close issues: 2 days
- Average time to close pull requests: 2 days
- Issue authors: 1
- Pull request authors: 1
- Average comments per issue: 4.0
- Average comments per pull request: 0.0
- Merged pull requests: 5
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- beckerbenj (6)
- grewered (1)
- sachseka (1)
Pull Request Authors
- weirichs (8)
- grewered (7)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 704 last-month
- Total dependent packages: 0
- Total dependent repositories: 1
- Total versions: 13
- Total maintainers: 1
cran.r-project.org: eatRep
Educational Assessment Tools for Replication Methods
- Homepage: https://github.com/weirichs/eatRep
- Documentation: http://cran.r-project.org/web/packages/eatRep/eatRep.pdf
- License: GPL-2 | GPL-3 [expanded from: GPL (≥ 2)]
-
Latest release: 0.15.2
published about 1 year ago
Rankings
Maintainers (1)
Dependencies
- BIFIEsurvey * depends
- R >= 4.1 depends
- lavaan >= 0.6 depends
- progress * depends
- survey >= 4.1 depends
- EffectLiteR * imports
- Hmisc * imports
- boot * imports
- car * imports
- combinat * imports
- eatGADS >= 0.20.0 imports
- eatTools >= 0.7.3 imports
- estimatr * imports
- fmsb * imports
- janitor * imports
- lme4 * imports
- mice >= 2.46 imports
- miceadds * imports
- msm * imports
- plyr * imports
- reshape2 * imports
- tidyr * imports
- utils * imports
- knitr * suggests
- rmarkdown * suggests
- testthat * suggests
- actions/checkout v2 composite
- r-lib/actions/check-r-package v1 composite
- r-lib/actions/setup-pandoc v1 composite
- r-lib/actions/setup-r v1 composite
- r-lib/actions/setup-r-dependencies v1 composite