How many types of object are present In R?
Answer / Kamal Raj Sirohi
R provides several types of objects including vectors, matrices, data frames, lists, factors, arrays, and functions. Each type has specific attributes and methods associated with it.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is s4?
How will you measure the probability of a binary response variable in r language?
Explain how to read data or a matrix from a file?
Explain how to write files?
What is the Use of String Utilities in the edtdbg Debugging Tool in R string manipulation?
What are Generic Functions in R?
How will you combine multiple different string like “data”, “science”, “in” ,“r”, “programming” as a single string “data_science_in_r_programmming” ?
What is sapply() in r?
How would you make multiple plots onto a single page in r?
Which function is used to create a boxplot graph in R?
How would you write a custom function in r? Give an example.
Explain more functions in brief in r?