powered by
Internal function that checks the types passed to ``callMDI`` are the correct format.
checkTypes(types)
No return value, called for side effects.
Density types passed to ``callMDI``. Should be a vector of strings. Viable options are ``'MVN'``, ``'TAGM'`` and ``'C'``.
types <- c("GP", "MVN", "C") checkTypes(types)
Run the code above in your browser using DataLab