Video není dostupné.
Omlouváme se.

How to Create and Use Vectors in R

Sdílet
Vložit
  • čas přidán 15. 11. 2020
  • Learn how to create and manipulate Vectors in R Programming! It's important to understand Vectors as almost "everything" in R is stored as a Vector!
    Learn how to use Combine - c(), Sequence - seq(), Replicate - rep() to create Vectors.
    Also, learn how to use the brackets [] to pick and choose different elements within a Vector.
    Finally, learn how you can do math (linear algebra) easily with Vectors and R!
    Links Mentioned ##
    - R Data Types: • 4 Basic Data Types in ...
    Support the Channel:
    1) Subscribe: www.becomingad...
    2) DataCamp:
    3) Udacity:

Komentáře • 14

  • @goinggoinggone535
    @goinggoinggone535 Před 3 lety +13

    The fact that you don't have more views is criminal! Thanks so much for this, your videos are always really, really helpful for us newbs!

  • @TheAlphaGamerHD
    @TheAlphaGamerHD Před 2 lety +2

    Your energy in teaching is what I am missing from my videos on my actual course, thanks so much!

  • @reganmian
    @reganmian Před rokem +1

    I mostly use Python and just wanted to quickly learn R syntax for a project. These videos are perfect

  • @Vintagetube310
    @Vintagetube310 Před 2 lety +2

    You’re awesome. Thank you for these straight forward tutorials. They make learning so easy to understand.

  • @escobol
    @escobol Před 5 měsíci

    great tutorial thank you!

  • @paulpaul20000
    @paulpaul20000 Před 11 dny

    Super useful and insightful, just would be perfect is actual example would be given, how are these techniques are used in a professional setting, as in what problems do we solve with these, I guess there are many and too much to cite them all but a few would have been nice :) Feel free fellow commenters to answer this comments with a few ways these can be used and applied if you know !

  • @paolototaro650
    @paolototaro650 Před 2 lety +1

    Hi! Thank you very much for the helpful video. How can I use a function such as readline in order to insert values for my vector in the Console? Thanksss

  • @opinionnnn
    @opinionnnn Před rokem

    Thanks a lot for this basic learning of R

  • @Gains2Brains
    @Gains2Brains Před 2 lety

    How would you create a new vector that converts your character vector into a numerical vector? For example, if you wanted to do math from the data from V6 and wanted it to be read as numerical how could you create V7 to represent the data from V6 numerically?

  • @ananyaagarwal7108
    @ananyaagarwal7108 Před 2 lety

    If we have var

  • @irinavalsova3268
    @irinavalsova3268 Před 2 lety

    how do we create vectors from large data sets?

  • @wailkhennous4161
    @wailkhennous4161 Před 2 lety +1

    rep("like, 1000000")

  • @Italjamer
    @Italjamer Před 2 lety

    Thank you very much! When I run is.character(v2). I get an error in the console. "Object 'v2' not found" Eventhough, in the Environment it is a character. Thank again for the tutorial!