Describe substr() in r string manipulation?
Answer / Reeturaj Pandey
substr() is a function in R used for extracting substrings from characters. The syntax is substr(string, start, stop). It returns the part of the string starting from 'start' and ending before 'stop', both indexes being 1-based.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain about confusion matrix in r?
How will you measure the probability of a binary response variable in r language?
Write a function in R language to replace the missing value in a vector with the mean of that vector?
What is the recycling of elements in a vector? Give an example.
What are r matrices and r matrices functions?
Which data object in r is used to store and process categorical data?
How many data structures does r language have?
In R how you can import Data?
What is a white noise model?
What is apply() function in r?
How would you create a new r6 class?
Name all control statements present in r?