pred_matrix {SIAMCAT}R Documentation

Retrieve pred_matrix from object.

Description

Retrieve pred_matrix from object.

Usage

pred_matrix(siamcat)

## S4 method for signature 'ANY'
pred_matrix(siamcat)

## S4 method for signature 'matrix'
pred_matrix(siamcat)

Arguments

siamcat

(Required). An instance of siamcat-class that contains a pred_matrix

Value

The pred_matrix matrix or NULL.

Examples

    data(siamcat_example)
    pred_matrix(siamcat_example)

[Package SIAMCAT version 1.0.0 Index]