What Are The Typeofx And Modex In The Following R Syntaxp Pre #74
What are the typeof(x) and mode(x) in the following R syntax?</p> <pre><code class="language-rsplus"> x<-1:3</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 are the typeof(x) and mode(x) in the following R syntax?
x<-1:3
Numeric, Integer
Integer, Numeric
Integer, Integer
Numeric, Numeric