in Education by
Point out the correct statement? (a) The value NaN represents undefined value (b) Number Inf represents infinity in R (c) NaN can also be thought of as a missing value (d) “raw” objects are commonly used directly in data analysis I got this question by my school teacher while I was bunking the class. This is a very interesting question from Data Types in section Nuts and Bolts and Getting Data In and Out of R Programming Select the correct answer from above options

1 Answer

0 votes
by
 
Best answer
Right answer is (b) Number Inf represents infinity in R The explanation: This allows us to represent entities like 1 / 0.

Related questions

0 votes
    Point out the correct statement? (a) Empty vectors can be created with the vector() function (b) A sequence ... Out of R Programming Select the correct answer from above options...
asked Feb 15, 2022 in Education by JackTerrance
0 votes
    Point out the correct statement? (a) by.total first subtracts out time spent in functions above the current ... of R Programming Select the correct answer from above options...
asked Feb 15, 2022 in Education by JackTerrance
0 votes
    Point out the correct statement? (a) R has a number of ways to indicate to you that something's not ... Debugging of R Programming Select the correct answer from above options...
asked Feb 15, 2022 in Education by JackTerrance
0 votes
    Point out the correct statement? (a) Times use the POSIXct and POSIXlt class (b) Dates and times have ... Operations of R Programming Select the correct answer from above options...
asked Feb 15, 2022 in Education by JackTerrance
0 votes
    Point out the correct statement? (a) autoplotgraph is used to complete ggplot appropriate to a particular data ... of R Programming Select the correct answer from above options...
asked Feb 15, 2022 in Education by JackTerrance
0 votes
    Point out the correct statement? (a) Rprofiler() tabulates how much time is spent inside each function (b) ... of R Programming Select the correct answer from above options...
asked Feb 15, 2022 in Education by JackTerrance
0 votes
    Point out the correct statement? (a) Rprof() is used to turn off the profiler (b) At each line of ... Data Analysis of R Programming Select the correct answer from above options...
asked Feb 15, 2022 in Education by JackTerrance
0 votes
    Point out the correct statement? (a) An environment is a collection of (symbol, value) pairs, i.e. x is ... Debugging of R Programming Select the correct answer from above options...
asked Feb 15, 2022 in Education by JackTerrance
0 votes
    Point out the correct statement? (a) The complement to the textual format is the binary format (b) If ... Operations of R Programming Select the correct answer from above options...
asked Feb 15, 2022 in Education by JackTerrance
0 votes
    Point out the correct statement? (a) The data frame is a key data structure in statistics and in R (b) ... Operations of R Programming Select the correct answer from above options...
asked Feb 13, 2022 in Education by JackTerrance
0 votes
    Point out the correct statement? (a) The search list can be found by using the searchlist() function (b) ... Debugging of R Programming Select the correct answer from above options...
asked Feb 13, 2022 in Education by JackTerrance
0 votes
    Point out the correct statement? (a) The traceback() function must be called immediately after an error occurs (b ... of R Programming Select the correct answer from above options...
asked Feb 13, 2022 in Education by JackTerrance
0 votes
    Point out the correct statement? (a) POSIX represents a portable operating system interface, primarily for UNIX ... R Programming Select the correct answer from above options...
asked Feb 13, 2022 in Education by JackTerrance
0 votes
    Point out the correct statement? (a) update_element update contents of a theme (b) Use theme_update_element to ... of R Programming Select the correct answer from above options...
asked Feb 12, 2022 in Education by JackTerrance
0 votes
    Point out the correct statement? (a) You can also omit variables using the select() function by using the ... of R Programming Select the correct answer from above options...
asked Feb 12, 2022 in Education by JackTerrance
...