simon-smart88 / disagapp

R shiny app for disaggregation regression
https://simon-smart88.github.io/disagapp/
0 stars 0 forks source link

disagapp

Disagapp is an application written in R that can be used to perform disaggregation regression analyses using {disaggregation}.

Disagapp was built using the {shinyscholar} template which was itself forked from {wallace} v2.0.5 (CRAN, website)

It is currently in pre-alpha.

Install disagapp via Github and run the application with the following R code.

install.packages("devtools")
devtools::install_github("simon-smart88/disagapp")
library(disagapp)
run_disagapp()

Components and modules

The application is divided in components that are steps in the analysis and modules that are possible options in each step of the analysis. Each of the modules calls a function of the same name, either in this package or in {disaggregation}.

Response - load the response data

Covariates - load covariates to use in the analysis

Aggregation - load an aggregation raster

Prepare - prepare the data for modelling

Fit - fit a disaggregation model

Predict - make predictions

Reproduce