Skip to content

Shiny App to explore and model the built-in datasets in R

Notifications You must be signed in to change notification settings

BrianLang/builtin_modelling_R

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

builtin_modelling_R

Shiny App to explore and model the built-in datasets in R

The goal is to create a sort of playground to explore shiny functionality.

  • Give users a choice of datasets, in this case from the built-in p package "datasets".
    • Maybe allow the user also choice of the package from where they examine the datasets.
  • Show the user the data features
    • the head of the dataframe
    • variable types
    • range.
  • Allow the user to create new variables, either from free-text or pre-decided choices of transformation.
  • Allow the user to fit models of different types to the data.
  • Produce simple figures to visualize the relationships in the data.
  • Create a report with the output (shinymeta?).
  • Save and download the code which creates the report.
  • Push to shiny.io.

About

Shiny App to explore and model the built-in datasets in R

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages