is.multi_tpfit {spMC}R Documentation

Object test for multi_tpfit class

Description

Function to test if an object is of the class multi_tpfit.

Usage

is.multi_tpfit(object)

Arguments

object

object to be tested.

Details

The function returns TRUE if and only if its argument is a multi_tpfit object.

Value

A logical value.

Author(s)

Luca Sartore drwolf85@gmail.com

See Also

multi_tpfit

Examples


data(ACM)

# Estimate the parameters of a 
# multidimensional MC models
MoPa <- multi_tpfit(ACM$MAT5, ACM[, 1:3])

# Test the object MoPa
is.multi_tpfit(MoPa)

[Package spMC version 0.3.15 Index]