assign-pred_matrix.Rd
Assign a new matrix with predictions to a SIAMCAT object
pred_matrix(x) <- value # S4 method for siamcat,matrix pred_matrix(x) <- value
an object of class siamcat-class
a matrix containing predictions
none
data(siamcat_example) pred_matrix(siamcat_example) <- pred_matrix(siamcat_example)