pred_matrix {SIAMCAT} | R Documentation |
Retrieve pred_matrix from object.
pred_matrix(siamcat) ## S4 method for signature 'ANY' pred_matrix(siamcat) ## S4 method for signature 'matrix' pred_matrix(siamcat)
siamcat |
(Required). An instance of siamcat-class that contains a pred_matrix |
The pred_matrix matrix or NULL.
data(siamcat_example) pred_matrix(siamcat_example)