Creating Objects and Variables in R | RStodio for Beginners

Поделиться
HTML-код
  • Опубликовано: 14 мар 2023
  • This video is about creating objects and variables in R software. In R, an object is a data structure that stores a value or a collection of values. Examples of objects are vectors, matrices, data frames, and lists. A vector is the simplest type of object in R. It contains elements of the same data type. The objects in R can be stored with any name. So, we can say objects are stored as variables.
    Code used in this video: drive.google.com/file/d/1EdLd...
    The other topics discussed in this video are the following:
    Creating a series vector using the colon : operator
    Generating a sequence of numbers with a specified increment using the seq function
    Creating a vector of your desired numbers using concatenate or combine function
    Creating character vectors
    Removing an object or a list of objects from the environment
    To learn R programming from basics, please watch the videos in the following playlist
    • Basics of R Programing
    #createobjectsinr #rprogramming #rprogrammingforbeginners #basicsofrprogramming

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

  • @AnimalSciences
    @AnimalSciences  Год назад

    The code can be downloaded using the following link: drive.google.com/file/d/1EdLdJ8tuqE9_E9UhR9PsJHy4vAPaEa_Y/view?usp=sharing

  • @hslifelinedubaivlogs
    @hslifelinedubaivlogs Год назад

    Blv me you taught well.