regressoR (version 1.1.7)

init_regressor: This function will start regressoR

Description

An interactive 'Shiny' application for data regression.

Usage

init_regressor()

Arguments

Value

Nothing

Details

Start regressoR

This starts the regressoR application on the user's local computer.

Examples

Run this code
# NOT RUN {
 if(interactive()){
   init_regressor()
 }
# }

Run the code above in your browser using DataCamp Workspace