R Programming Tutorial - 4 - Variables

Поделиться
HTML-код
  • Опубликовано: 11 дек 2024

Комментарии • 27

  • @georgerickard5509
    @georgerickard5509 10 лет назад +10

    These tutorials are very meat based.
    I like it

  • @christophercarroll4256
    @christophercarroll4256 7 лет назад +1

    Not sure if anyone else has brought this to your attention, but the rm() function can accept many parameters (or many variables). For example...
    x = 10
    y = 1000
    z = "Oooohhh Francis!"
    rm(x,y,z)
    So for those of us writing a TON of variables and data frames (guilty!), this should speed up the process of cleaning up your environment.
    Awesome video!

  • @alamjim6117
    @alamjim6117 3 года назад

    watching this 7 years later after publishing.. evergreen tutorial!

  • @erickmiller728
    @erickmiller728 7 лет назад

    Dude, these tutorials are amazing, keep it up

  • @raviprakash8092
    @raviprakash8092 8 лет назад +11

    maximize the window..... Full Screen plzz....

  • @reszzz
    @reszzz 8 лет назад

    Thanks for these. Just started learning R. Looking forward to the rest.

  • @pheaktra97
    @pheaktra97 7 лет назад

    It's simple but useful tutorial.

  • @markkennedy9767
    @markkennedy9767 2 месяца назад

    Why does assign() take "ham" as a string, yet rm() takes ham without the quotes.

  • @greatsea
    @greatsea 10 лет назад +2

    you basically need a separate monitor open in fullscreen to follow these videos without having to constantly maximize and minimize in order to test the code. if you don't have a separate monitor it really sucks trying to follow along with RStudio opened on the side

    • @georgerickard5509
      @georgerickard5509 10 лет назад

      Full screen video, then alt-tab to RStudio, and get rid of environment and file browser parts of the window, so you just see the editor.

    • @cbernier3
      @cbernier3 9 лет назад

      greatsea Anyone who wants to program should have a second monitor. I would never think about programming without one.

  • @farabisammo6401
    @farabisammo6401 6 лет назад

    if I replace rm to any other name or something then why its show
    could find something
    why ? How? every time i have to use rm for this type of code

  • @pellamkrishnasowjanya9816
    @pellamkrishnasowjanya9816 6 лет назад

    x=8
    x+2+1-1+5
    i left cursor in second line. when i run this program, console window showed
    x+2+1-1+5
    [1] 16 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0 -1
    can anyone explain me what happened here
    thank you

  • @ecavero1
    @ecavero1 8 лет назад

    Are there videos where you explain Bitcoin?

  • @MateusSFigueiredo
    @MateusSFigueiredo 7 лет назад

    Is there a way to remove all variables at once?

  • @sujan120
    @sujan120 7 лет назад

    > y = bacon
    Error: object 'bacon' not found
    > I love to eat y.
    Error: unexpected symbol in "I love"
    >
    That statement don't work.

  • @muralig1905
    @muralig1905 9 лет назад

    Whats the forum name?

  • @blaa387
    @blaa387 10 лет назад +1

    Go Bucky!!

  • @jdnoidea
    @jdnoidea 8 лет назад

    In what environment exactly do you use this language?
    Like, who would chose this instead of Java or C++ ?!
    It seems like a programming language for kids, this...

    • @Mythricia1988
      @Mythricia1988 8 лет назад +7

      It's used in a large part of the scientific research and theoretical mathematics world, and also in economics analysis... So, not exactly for kids. Java is ancient and slow, C/C++ is often too slow to develop and iterate with in environments where you very frequently need to actually change code. C/C++ is also harder to write for little gain in some cases, the purpose of R and similar specialty languages is that you write a lot less code to perform the same task, and it's still fast.... Which is great.

  • @brendansully12
    @brendansully12 7 лет назад

    R Programming Tutorial - 4 - Variables

  • @RealMcDudu
    @RealMcDudu 8 лет назад

    Bucky - I have to know - what is that cool speedometer gadget thingy you have on your upper right side of the screen!?!?!? it's killing me!!!! :-)

    • @XmadbeastX
      @XmadbeastX 8 лет назад

      It tracks his computer's performance I'm pretty certain. The higher the number on the speedometer, the more stress the computer is under from running things

  • @googleuser6485
    @googleuser6485 7 лет назад

    why u don't maximize the window is beyond me.... gurrrrr >.<
    anyways these are very helpful, thanks!

  • @JohnBevan
    @JohnBevan 10 лет назад +1

    I love to eat bacon and x for breakfast

  • @blaa387
    @blaa387 10 лет назад

    Zoom

  • @AlexeyZubkov
    @AlexeyZubkov 3 года назад

    < - ебаная стрелка....