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 |
How many types of vectors are present in r?
In R how you can import Data?
How would you create a box-plot using “plotly”?
What is factor variable in r language?
What is meant by hierarchical Clustering in R?
Give some examples of the functions in stringr.
Write a function in R language to replace the missing value in a vector with the mean of that vector?
Why Reshape R Package?
How many types of data types are provided by R?
How will you list all the datasets available in all R packages?
What is SAS and SPSS in R?
What is function in r?