Learn R Programming

spMC (version 0.2.2)

is.multi.tpfit: 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

Value

A logical value.

Rdversion

1.1

Details

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

See Also

multi.tpfit

Examples

Run this code
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)

Run the code above in your browser using DataLab