I installed R Commander and have no success in inputting a data set. I have read online how to do it, but it does not seem to work. Here are the steps I have taken.
- Open R.
- Open R Commander
- Click on "Data" then "New data set" and enter "test" as the name for the data set, click OK
- In the Data Editor, double-click on var1 and changed it to "a" (Type: Numeric)
- Enter numbers into the first column
- In the "Data Editor" window, click "File" then "Close"
When I click this, however, another "Data Editor" window open. After closing this, a window appears called "Select Data Set." I click "test" and in the Messages section of R Commander it says NOTE: The dataset has 0 rows and 0 columns
Is there a step I am missing?
Thanks in advance for replies. :)