Enter Data (Entry Nr. 9, by user 1 | edit) |
|
|
Say you measured the weights of 1000 Bananas and want to analyze this sample of 1000 weights. Then an easy way to get the data into R is to copy the weights from whereevery they are into your clipboard and then in R type:
banana_weights <- scan()
Then just paste your Data (hit CTRL+V) and watch the magic happen. When the magic comes to an end, just hit enter and you are done. You have created an object called banana_weights that holds your data. |
|
|
Create a new entry at this position
|
|
|