README.md

Mix Modeler

This is a shiny app to fit linear model with your data.

To run the app locally:

  1. Install from github
devtools::install_github("zhuchcn/MixModeler")
  1. Make sure your have
pkgs = c("shiny", "rhandsontable", "bs4Dash", "shinyjs")
for(pkg in pkgs){
    if(!require(pkg, character.only = TRUE)){
        install.packages(pkg)
    }
}
  1. Launch it
MixModeler::launch()


zhuchcn/MixModeler documentation built on May 24, 2019, 8:53 a.m.