eval_data {SIAMCAT}R Documentation

Retrieve eval_data from object.

Description

Retrieve eval_data from object.

Usage

eval_data(siamcat, verbose=1)

## S4 method for signature 'ANY'
eval_data(siamcat, verbose = 1)

## S4 method for signature 'list'
eval_data(siamcat)

Arguments

siamcat

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

verbose

If the slot is empty, should a message be printed? values can be either 0 (no output) or 1 (print message)

Value

The eval_data list or NULL.

Examples

    data(siamcat_example)
    eval_data(siamcat_example)

[Package SIAMCAT version 1.2.1 Index]