SET/14/2017

Overview

Web Application functionality

Based on the Longley's Economic Regression Dataset (see slide 4), it possible to select one of the variables, generate a linear relationship to the other variables and plot it:

  • lm( X ~ . , data = longley )

Where X is the selected variable.

Plot

Example using "GNP.deflator":

Longley's Economic Regression Data