What will be the output of the following R code? z<-0:10 z[2]
Home/Computer Science/Data Science/Page 7
SIKSHAPATH Latest Questions
Pavanagg
Asked: January 17, 2022In: Data Science
Which function is used to combine the elements into a vector?
Pavanagg
Asked: January 17, 2022In: Data Science
What will be the output of the following R code? * th<- c(1:24) ma<- array(th, dim = c(4, 3, 2)) 5 %in% ma
Pavanagg
Asked: January 17, 2022In: Data Science
What will be the output of the following R code? * m <- matrix( nrow = 2, ncol = 3) dim(m)
Berlin
Asked: January 14, 2022In: Data Science
vector is given: vtr =c(2,4,5,6,7,1,10) a) how to find length of vector b) to sort the vector in decreasing order c) to replace the third index value with 9 d) to add one more element at the end of vector.
Berlin
Asked: January 14, 2022In: Data Science
Write the function names for a) To concatenate two strings with syntax b) To find out the minimum valued index number c) To sort a particular column of a dataset d) To check inbuilt datasets in r. e) To check ...