https://github.com/edoardocostantini/plotmihd
Science Score: 10.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
○DOI references
-
✓Academic publication links
Links to: arxiv.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (11.2%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: EdoardoCostantini
- Language: R
- Default Branch: master
- Size: 50.7 MB
Statistics
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 8
Metadata Files
README.md
Shiny app: plot mi-hd results
This Shiny app allows you to interact with the results in the study "High-dimensional imputation for the social sciences: a comparison of state-of-the-art methods".
1. Installing the Shiny app as an R package
You can install the Shiny app by using one of the methods described below.
1.1 Install from GitHub
Open an R session.
Install
devtools, an R package that provides a way to install other R packages directly from GitHub. Run the following R command in the console:install.packages("devtools")Run the following command:
devtools::install_github("https://github.com/EdoardoCostantini/plotmihd")
1.2 Install from a local folder
Download the package from GitHub or Zendo.
Unzip the package.
Open an R session, and install what is needed.
First, install dependencies
nFactorsandshinyWidgets.install.packages("shinyWidgets") install.packages("nFactors")Then, install the Shiny app by running:
install.packages( "path to the folder containing the package", repos = NULL, type = "source" )For example, on a Windows computer, this could be:
install.packages( "C:/Users/Name/Downloads/plotmihd-develop/", repos = NULL, type = "source" )Note: because you are using the
install.packages()dependencies cannot be automatically installed. If you get an error message indicating some dependencies are missing, please install them independently and try again.
2. Using the Shiny app
To start the shiny apps and interact with the plots, open an R session and load the package:
library("plotmihd")
Then, run the following command in the R console:
start_app()
The app interface will explain how to interact with it.
Owner
- Name: Edo
- Login: EdoardoCostantini
- Kind: user
- Location: Tilburg, Netherlands
- Company: Tilburg University
- Website: https://edoardocostantini.github.io
- Repositories: 9
- Profile: https://github.com/EdoardoCostantini
Sociologist turned statistician, missed developer, born interior designer but never got there
GitHub Events
Total
Last Year
Dependencies
- R >= 2.10 depends
- dplyr * imports
- ggplot2 * imports
- mice * imports
- mvtnorm * imports
- nFactors * imports
- pkgload * imports
- reshape2 * imports
- shiny * imports
- shinyWidgets * imports
- stringr * imports