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 |
Describe substr() in r string manipulation?
How would you join multiple strings together?
What is the difference between rnorm and runif functions ?
Write the syntax to set the path for current working directory in r environment?
What is transpose?
What is factor variable in r language?
What is recursive function in r?
What is an Atomic vector and how many types of atomic vectors are present in R?
Which package provides the bootstrapping?
What does not ‘r’ language do?
How would you create a factor in r?
Name the functions which help in importing data from other applications in R?