World Languages, asked by har86978, 6 months ago

how to find the GNI in dataset in Rstudio​

Answers

Answered by vaishaliraghav60
1

Answer:

Here is how to locate the data set and load it into R. Command library loads the package MASS (for Modern Applied Statistics with S) into memory. Command data() will list all the datasets in loaded packages. The command data(phones) will load the data set phones into memory.

Similar questions