remstimate
Optimization Tools for Relational Event History data
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
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (16.7%) to scientific vocabulary
Repository
Optimization Tools for Relational Event History data
Basic Info
- Host: GitHub
- Owner: TilburgNetworkGroup
- License: other
- Language: R
- Default Branch: master
- Homepage: https://tilburgnetworkgroup.github.io/remstimate/
- Size: 59 MB
Statistics
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 3
- Releases: 0
Metadata Files
README.md
remstimate
Optimization Tools for Relational Event History data
The remstimate package provides a set of functions that perform necessary calculations when modeling a Relational Event History. It can perform tie-oriented as well as actor-oriented modeling. The main function is remstimate::remstimate() which provides four different estimation methods:
"MLE", maximizing the model likelihood;"GDADAMAX", optimization based on the gradient;"BSIR", Bayesian Sampling Importance Resampling;"HMC", Hamiltonian Monte Carlo.
Installation
Install the package in R from CRAN:
r
install.packages("remstimate")
library(remify)
Vignettes
List all the vignettes available with remstimate using:
r
vignette(package = "remstimate")
Open the vignette of a specific topic with:
r
vignette(topic = "remstimate", package = "remstimate") # or simply vignette("remstimate")
Problems while remstimat-ing?
Should you encounter errors while using the package, should you have questions that are not answered in the Vignettes, or for reporting any kind of malfunction of the package, you can open an issue here.
When opening an issue, please, use a descriptive title that clearly states the issue, be as thorough as possible when describing the issue, provide code snippets that can reproduce the issue.
Funding
The funder of this work is the ERC and the ERC project number is 758791.
Owner
- Name: Tilburg Network Group
- Login: TilburgNetworkGroup
- Kind: user
- Location: Tilburg, Netherlands
- Company: Tilburg University
- Repositories: 5
- Profile: https://github.com/TilburgNetworkGroup
GitHub Events
Total
- Push event: 5
Last Year
- Push event: 5
Packages
- Total packages: 1
-
Total downloads:
- cran 298 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 4
- Total maintainers: 1
cran.r-project.org: remstimate
Optimization Frameworks for Tie-Oriented and Actor-Oriented Relational Event Models
- Homepage: https://tilburgnetworkgroup.github.io/remstimate/
- Documentation: http://cran.r-project.org/web/packages/remstimate/remstimate.pdf
- License: MIT + file LICENSE
-
Latest release: 2.3.13
published over 1 year ago
Rankings
Maintainers (1)
Dependencies
- actions/checkout v3 composite
- r-lib/actions/check-r-package v2 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
- actions/checkout v3 composite
- actions/upload-artifact v3 composite
- codecov/codecov-action v3.1.1 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
- R >= 4.0.0 depends
- Rcpp * imports
- methods * imports
- mvnfast * imports
- remify >= 3.0.0 imports
- remstats >= 3.1.0 imports
- trust * imports
- knitr * suggests
- rmarkdown * suggests
- tinytest * suggests