Dire

https://american-institutes-for-research.github.io/Dire/

https://github.com/american-institutes-for-research/dire

Science Score: 23.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
  • 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 (8.5%) to scientific vocabulary
Last synced: 11 months ago · JSON representation

Repository

https://american-institutes-for-research.github.io/Dire/

Basic Info
  • Host: GitHub
  • Owner: American-Institutes-for-Research
  • Language: R
  • Default Branch: main
  • Homepage:
  • Size: 7.09 MB
Statistics
  • Stars: 1
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 5 years ago · Last pushed over 1 year ago
Metadata Files
Readme

README.Rmd



```{r, include = FALSE}
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)
```


[![CRAN status](https://www.r-pkg.org/badges/version-ago/Dire)](https://www.r-pkg.org/badges/version-ago/Dire)
[![CRAN weekly](https://cranlogs.r-pkg.org/badges/Dire)](https://cranlogs.r-pkg.org/badges/Dire)
[![CRAN grand total](https://cranlogs.r-pkg.org/badges/grand-total/Dire)](https://cranlogs.r-pkg.org/badges/grand-total/Dire)


# Dire
This package implements a survey-weighted marginal maximum estimation, a type of regression where the outcome is a latent trait (such as student ability. Instead of using an estimate, the likelihood function marginalizes student ability. Includes a variety of variance estimation strategies.

# Usage
After installing the package and then calling `require(Dire)` see `?mml` for information and an example.

Owner

  • Name: American Institutes for Research
  • Login: American-Institutes-for-Research
  • Kind: organization

Our mission is to generate and use rigorous evidence that contributes to a better, more equitable world.

GitHub Events

Total
  • Push event: 1
  • Create event: 1
Last Year
  • Push event: 1
  • Create event: 1

Committers

Last synced: over 2 years ago

All Time
  • Total Commits: 20
  • Total Committers: 4
  • Avg Commits per committer: 5.0
  • Development Distribution Score (DDS): 0.5
Past Year
  • Commits: 2
  • Committers: 1
  • Avg Commits per committer: 2.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
pdbailey0 p****y@a****g 10
Eric Buehler b****1@d****u 8
Eric Buehler b****7@g****m 1
Eric Buehler 3****e 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: over 2 years ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 2
  • Total downloads:
    • cran 392 last-month
  • Total docker downloads: 41,971
  • Total dependent packages: 2
    (may contain duplicates)
  • Total dependent repositories: 1
    (may contain duplicates)
  • Total versions: 9
  • Total maintainers: 1
cran.r-project.org: Dire

Linear Regressions with a Latent Outcome Variable

  • Versions: 6
  • Dependent Packages: 1
  • Dependent Repositories: 1
  • Downloads: 392 Last month
  • Docker Downloads: 41,971
Rankings
Docker downloads count: 0.6%
Downloads: 16.3%
Dependent packages count: 18.1%
Average: 19.6%
Dependent repos count: 23.8%
Forks count: 27.8%
Stargazers count: 30.8%
Maintainers (1)
Last synced: 11 months ago
conda-forge.org: r-dire
  • Versions: 3
  • Dependent Packages: 1
  • Dependent Repositories: 0
Rankings
Dependent packages count: 28.8%
Dependent repos count: 34.0%
Average: 46.0%
Stargazers count: 60.1%
Forks count: 61.1%
Last synced: 11 months ago

Dependencies

DESCRIPTION cran
  • R >= 4.0.0 depends
  • MASS * imports
  • Matrix * imports
  • Rcpp >= 1.0.8.3 imports
  • foreach * imports
  • haven * imports
  • iterators * imports
  • methods * imports
  • EdSurvey * suggests
  • doParallel * suggests
  • knitr * suggests
  • parallel * suggests
  • rmarkdown * suggests
  • testthat * suggests
  • withr * suggests