What will be the output of log (-5.8) when executed on r console?
Answer / Mohammad Asif
In R, taking the natural logarithm of a negative number results in NaN (Not a Number). So, the output of log(-5.8) is NaN.
| Is This Answer Correct ? | 0 Yes | 0 No |
What packages are used for data mining in r?
Explain how to repeat vectors in r?
What is the use of apply() in R?
What is function definition?
Explain how you can start the r commander gui?
How would you find out the mean of one column with respect to another?
What are useful s3 method functions?
Why the cv.im()?
How many types of object are present In R?
Write a custom function in R?
Explain how to generate lists in r?
What is a factor?