Answered step by step
Verified Expert Solution
Question
1 Approved Answer
What formula do I use to complete this task? Iransform the non-numeric data into numeric data. Unless the analysis is done exclusively using categorical data,
What formula do I use to complete this task?
Iransform the non-numeric data into numeric data. Unless the analysis is done exclusively using categorical data, transtorm the data into a numeric variable. Following are examples of how to transform four of the variables: Loan Status: This is the variable we're using as our dependent variable, but currently it is non-numeric data. Let's make a new variable titled "Loan Paid" with the value of 1 if the "loan_status" (in Column Q ) is "Fully Paid" and a value of 0 if the "loan_status" is "Charged Off." After this point in the analysis, only this variable will be used as the dependent variable, instead "loan_status." loan_status Fully Paid Charged Off Fully Paid Fully Paid Fully Paid Fully Paid Fully Paid Fully Paid Charged Off Charged Off Fully Paid Fully Paid Charged Off Fully Paid Charged Off Fully Paid Fully Paid Fully Paid Fully Paid Fully Paid Fully Paid Charged Off Fully Paid Fully Paid Charged Off Fullv PaidStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started