How will you create scatterplot matrices in r language?
Answer / Bharat Babu Agrawal
To create a scatterplot matrix in R, use the function splom().n```Rnsplom(data)n```
| Is This Answer Correct ? | 0 Yes | 0 No |
From the below data-set, extract only those values where age>60 and sex=”f”.
Explain the significance of transpose in r language
What is a factor?
What is readline() in r?
What is principal component analysis?
give examples of while and for loop in r.
What is oop in r?
What are the disadvantages of R?
What is compiler in r?
How will you measure the probability of a binary response variable in r language?
Give some examples of the functions in stringr.
How will you combine multiple different string like “data”, “science”, “in” ,“r”, “programming” as a single string “data_science_in_r_programmming” ?