WordPhones is a dataset included in R by default. It provides information about phone distributions along different regions.
## N.Amer Europe Asia S.Amer Oceania Africa Mid.Amer ## 1951 45939 21574 2876 1815 1646 89 555 ## 1956 60423 29990 4708 2568 2366 1411 733
The proposed app use the data for each region through a diversity of year to fit a basic linear model with the objective to predict the number of phones in future years
The application does not require any special requirement of imports from the user computer