What do you understand by element recycling in R? Question Dhruv2301 Give an example using datasets in progress 0 R 55 years 1 Answer 751 views Great Grand Master
How to combine multiple vectors in one data frame in R ? Question Shashi Jain Please provide proper example in progress 0 R 55 years 1 Answer 862 views Newbie
How will you explain R programming to person from a non-technical background? Question Dhruv2301 The person is a beginner in this field. 0 R 55 years 0 Answers 914 views Great Grand Master
What is the difference between subset() and sample() function in R? Question Ritika Sohal Explain with simple example in progress 0 R 55 years 2 Answers 2263 views Member
Give the output of the following function | Amazon Interview Question Question Ritika Sohal b <- 4 f <- function(a) { b <- 3 b^3 + g(a) } g <- function(a) { a*b } in progress 0 R 55 years 1 Answer 913 views Member
What is the difference between Matrix and an array ? Question Ritika Sohal Matrix and array difference in R in progress 0 R 55 years 1 Answer 1127 views Member
What is the difference between a matrix and a dataframe in R? Question Ritika Sohal Please explain in layman terms in progress 0 R 55 years 3 Answers 1273 views Member
Explain general syntax to create Matrices in R? Question Shashi Jain Please explain the parameters as well in progress 0 R 55 years 2 Answers 984 views Newbie