Press "Enter" to skip to content

Posts published in November 2020

What are Arrays in R?

Zigya Acadmey 0

An array is a data structure that can hold multi-dimensional data. In R, the array is objects that can hold two or more than two-dimensional data. For example, in square…

What is a Matrix in R?

Zigya Acadmey 0

In R, a matrix is a collection of elements of the same data type (numeric, character, or logical) arranged into a fixed number of rows and columns. Creating Matrices One…

What is a Data Frame in R?

Zigya Acadmey 0

First of all, we are going to discuss from where the concept of a data frame came. The origin of data frames stems from intensive empirical research in the world of…

लोकयात्रा भयं लज्जा दाक्षिण्यं त्यागशीलता। पञ्च यत्र न विद्यन्ते न कुर्यात्तत्र संस्थितिम् ॥१०॥

Rina Gujarati 0

लोकयात्रा भयं लज्जा दाक्षिण्यं त्यागशीलता।पञ्च यत्र न विद्यन्ते न कुर्यात्तत्र संस्थितिम् ॥१/१०॥ भावार्थ:- जिस प्रदेश में जीवनयापन के साधन, जनता में निषिद्ध कार्यों को करने पर राज्य द्वारा दण्डित होने…

How to Read data in Rstudio?

Zigya Acadmey 0

R is capable of reading data from most formats, including files created in other statistical packages. Whether the data was prepared using Excel (in CSV, XLSX, or TXT format), R…

What is Vector in R?

Zigya Acadmey 0

Even when you write just one value in R, it becomes a vector of length 1 and belongs to one of the above vector types. Vectors are generally created using…

What are all Data types in R?

Zigya Acadmey 0

Data types are an integral part of any programming language. They are one of the pioneer building blocks and the development of any programming language usually revolves around them. Consider…

What are objects in R?

Zigya Acadmey 0

In every computer language variables provide a means of accessing the data stored in memory. R does not provide direct access to the computer’s memory but rather provides a number of…

How do I comment in R?

Zigya Acadmey 0

Comment lines include the line of code or any sort of information that mainly specifies the other programmers (apart from the one who designed the code) about the functionality of…

What is Rstudio?

Zigya Acadmey 0

Installing R and RStudio on your personal computer is super easy. I hope this helps others who are starting their Data Science journey with R programming. RStudio is an integrated…

What is R?

Zigya Academy 0

R is a programming language and free software environment for statistical computing and graphics supported by the R Foundation for Statistical Computing. As R language is widely used among statisticians…