How will you measure the probability of a binary response variable in r language?
Answer / Navin Kumar Rai
To measure the probability of a binary response variable in R, you can use functions like binom.test(), prop.test(), or logit().
| Is This Answer Correct ? | 0 Yes | 0 No |
How would you facet the data using ggplot2 package?
What are fundamental principles of debugging?
What is the use of stringr package. Give some examples of the functions in stringr.
What makes a valid variable name in R?
What is logistic regression?
What is R lists?
How many methods are there to save graphs?
What is functional programming and memory issues in on the performance basis?
Explain the type of clustering in R?
What is JIT in R?
Mention how you can produce co-relations and covariances?
What is the use of lattice package?