What is with () and by () function in r is used for?



What is with () and by () function in r is used for?..

Answer / Vipul Agrawal

The `()` function in R is used to create a vector or call functions. The `by()` function is used to apply a function over subsets of data defined by groups, breaks, or intervals.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More R Programming Interview Questions

What is the main difference between an Array and a matrix?

1 Answers  


Explain how to write files?

1 Answers  


Which function is used to create a boxplot graph in R?

1 Answers  


Who and When R discovered?

1 Answers  


What are statistical features of R?

1 Answers  


Explain different types of atomic vectors in R?

1 Answers  


Why are the VCD and lattice packages used?

1 Answers  


What packages are used for data mining in r?

1 Answers  


What are debuggers and debugging techniques in R?

1 Answers  


Explain how data is aggregated in r?

1 Answers  


Explain disadvantages of density-based clustering in R?

1 Answers  


Name the functions which helps in importing data from other applications in R?

1 Answers  


Categories