Science Score: 26.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
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (11.8%) to scientific vocabulary
Last synced: 11 months ago
·
JSON representation
Repository
Basic Info
- Host: GitHub
- Owner: google
- License: apache-2.0
- Language: C++
- Default Branch: main
- Size: 396 KB
Statistics
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 1
- Releases: 1
Created almost 2 years ago
· Last pushed almost 2 years ago
Metadata Files
Readme
Changelog
Contributing
License
Code of conduct
README.Rmd
---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# imt
Within this package, you will find a collection of straightforward tools
designed to assist in impact measurement. These tools include functions for
randomization, checking baseline balance, and fitting basic Bayesian models,
such as linear, logistic, and negative binomial models.
## Installation
You can install the development version of imt from [GitHub](https://github.com/google/imt) with:
``` r
# install.packages("pak")
pak::pak("google/imt")
```
## Example
Examples for how to use the function included in this package can be found
[here](https://book.martinez.fyi/rct_basic.html#the-im-package)
Owner
- Name: Google
- Login: google
- Kind: organization
- Email: opensource@google.com
- Location: United States of America
- Website: https://opensource.google/
- Twitter: GoogleOSS
- Repositories: 2,773
- Profile: https://github.com/google
Google ❤️ Open Source
GitHub Events
Total
- Watch event: 1
- Pull request event: 1
- Fork event: 1
Last Year
- Watch event: 1
- Pull request event: 1
- Fork event: 1
Committers
Last synced: 11 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Ignacio Martinez | m****g@g****m | 25 |
Committer Domains (Top 20 + Academic)
google.com: 1
Issues and Pull Requests
Last synced: 11 months ago
Packages
- Total packages: 1
-
Total downloads:
- cran 174 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 1
- Total maintainers: 1
cran.r-project.org: imt
Impact Measurement Toolkit
- Homepage: https://github.com/google/imt
- Documentation: http://cran.r-project.org/web/packages/imt/imt.pdf
- License: Apache License (≥ 2.0)
-
Latest release: 1.0.0
published almost 2 years ago
Rankings
Dependent packages count: 28.3%
Dependent repos count: 34.9%
Average: 50.0%
Downloads: 86.8%
Maintainers (1)
Last synced:
11 months ago
Dependencies
DESCRIPTION
cran
- R >= 3.4.0 depends
- R6 * imports
- Rcpp * imports
- RcppParallel * imports
- bayesplot * imports
- caret * imports
- dplyr * imports
- ggplot2 * imports
- glue * imports
- magrittr * imports
- methods * imports
- rlang * imports
- rstan * imports
- rstantools * imports
- tibble * imports
- tidyr * imports
- vizdraws * imports
- knitr * suggests
- rmarkdown * suggests
- roxygen2 * suggests