is.KuttnerModel {RGAP}R Documentation

KuttnerModel object check

Description

Tests whether the input object is a valid object of class KuttnerModel.

Usage

is.KuttnerModel(object, return.logical = FALSE)

Arguments

object

An object to be tested.

return.logical

If return.logical = FALSE (default), an error message is printed if the object is not of class KuttnerModel. If return.logical = TRUE, a logical value is returned.

Value

A logical value or nothing, depending on the value of return.logical.


[Package RGAP version 0.1.1 Index]