Category Archives: Econometrics

Import Excel .xls files into R

What is R ? R is a programming language and software environment for statistical computing and graphics. It is developed by
statisticians around the world and is free software, released under the GNU General Public License.
In order to import .xls file into R, we must convert the file to csv first. One way to this is [...]