LoslegenKostenlos loslegen

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)

Diese Übung ist Teil des Kurses

Credit Risk Modeling in R

Kurs anzeigen

Interaktive Übung

Setze die Theorie in einer unserer interaktiven Übungen in die Praxis um

Übung starten