model_type {SIAMCAT}R Documentation

Retrieve model_type from object.

Description

Retrieve model_type from object.

Usage

model_type(siamcat, verbose=1)

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

Arguments

siamcat

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

verbose

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

Value

The string describing type of model used or NULL.

Examples

    data(siamcat_example)
    model_type(siamcat_example)

[Package SIAMCAT version 1.2.1 Index]