Interpreting a CrossTable()
How would you interpret the results in the table you constructed at the end of the previous exercise? As a reminder, here is the code for producing the CrossTable(). You can have another look at it in the R console.
CrossTable(loan_data$grade, loan_data$loan_status, prop.r = TRUE,
prop.c = FALSE, prop.t = FALSE, prop.chisq = FALSE)
แบบฝึกหัดนี้เป็นส่วนหนึ่งของหลักสูตร
Credit Risk Modeling in R
แบบฝึกหัดเชิงโต้ตอบแบบลงมือทำจริง
เปลี่ยนทฤษฎีให้เป็นการลงมือทำด้วยแบบฝึกหัดเชิงโต้ตอบหนึ่งในของเรา
เริ่มแบบฝึกหัด