Which Of The Following Truncates Real X To Integers #636
Which of the following truncates real x to integers?
This multiple choice question (MCQ) is related to the book/course gs gs110 R Language. It can also be found in gs gs110 Commands, Packages, Visualizing Data and Linear Regression - Commands - Quiz No.2.
Which of the following truncates real x to integers?
as.order(x)
as.integer(x)
as.numeric(x)
as.character(x)