Question: A developer created the following function: check.CreditByIfElse - function ( x ) ifelse ( x = 5 0 0 , Rejected,Approved ) } If a

A developer created the following function:
check.CreditByIfElse-function(x)
ifelse(x=500,"Rejected","Approved")
}
If a user runs the check.CreditByIfElse command as follows:
applicants-c (420,300,680,700,560)
check.CreditByIfElse(applicants)
What does the user get in R?
420300680700560
Rejected Rejected Rejected Rejected Rejected
420,300,680,700,560
Rejected Rejected Approved Approved Approved
 A developer created the following function: check.CreditByIfElse-function(x) ifelse(x=500,"Rejected","Approved") } If a

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!