gibney.org : Statistics : Statistics Software : R statistic software : Enter Data


just a logo :)

search:


See as: raw | code

terms of service | imprint

gibney.org
is powered by m1d1





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