Question: An analyst developed the following function in R TimesTwo
An analyst developed the following function in R
TimesTwo<-function(x)
{
return (x*2)
}
What should the analyst see on the computer screen if she executes the following command
TimesTwo(1)
A) NA
B) 2
C) return (x*2)
D) 10
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
