What Is The Mode Of B In The Following R Codep Pre Langrsplus #73
What is the mode of b in the following R code?</p> <pre><code class="language-rsplus"> b <- c(TRUE, TRUE, 1)</code></pre>
This multiple choice question (MCQ) is related to the book/course gs gs110 R Language. It can also be found in gs gs110 Getting Started - Basics - Quiz No.3.
What is the mode of b in the following R code?
b <- c(TRUE, TRUE, 1)
Numeric
Character
Integer
Logical