is.tpfit | R Documentation |
Function to test if an object is of the class tpfit
.
is.tpfit(object)
object |
object to be tested. |
The function returns TRUE
if and only if its argument is a tpfit
object.
A logical value.
Luca Sartore drwolf85@gmail.com
tpfit
data(ACM)
# Estimate the parameters of a
# one-dimensional MC model
MoPa <- tpfit(ACM$MAT5, ACM[, 1:3], c(0, 0, 1))
# Test the object MoPa
is.tpfit(MoPa)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.