"R" functions Flashcards
To learn what the different functions in "R" do
skip()
well this one is damn obvious
skip()
well this one is damn obvious
play()
Play with swirl freestyle
main()
main menu
info()
return to options
help.start()
for more information on topics related to “R”
squared
c()
to create a vector
What is a vector?
A small collection of numbers. Used to combine numbers together
- you can also combine vectors to make NEW vectors
sqrt()
square root
”:” and seq()
to generate a regular sequence
You can use ‘length’, and ‘by’(if you want different intervals) to specify how you want your sequence to be produced
”:” and seq()
to generate a regular sequence
You can use ‘length’, ‘each’ and ‘by’(if you want different intervals) to specify how you want your sequence to be produced
NA
values that are statistically ‘not available’ or ‘missing’
main()
main menu
info()
return to options