Question: An analyst designed the following function in R: check.CreditByIfElse
An analyst designed the following function in R:
check.CreditByIfElse<-function(x,y)
{
ifelse(x<=500 && y=="Undergrad","Rejected","Approved")
}
What result does the user get if she types check.CreditByIfElse(600, "Undergrad") in R?
A) Rejected
B) Approved
C) 300
D) Undergrad
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
