pred_matrix<- {SIAMCAT}R Documentation

Assign a new pred_matrix object to x

Description

Assign a new pred_matrix object to x

Usage

pred_matrix(x) <- value

## S4 replacement method for signature 'siamcat,matrix'
pred_matrix(x) <- value

Arguments

x

an object of class siamcat-class

value

an pred_matrix matrix

Value

none

Examples

data(siamcat_example)
pred_matrix(siamcat_example) <- pred_matrix(siamcat_example)

[Package SIAMCAT version 1.2.1 Index]