powered by
Function to test if an object is of the class multi_tpfit.
multi_tpfit
is.multi_tpfit(object)
A logical value.
object to be tested.
Luca Sartore drwolf85@gmail.com
The function returns TRUE if and only if its argument is a multi_tpfit object.
TRUE
# \donttest{ 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