print.ldaDMP | R Documentation |
Objects from ldaDMP and and qdaDMP classes are yielded by function evaluateDIMPclass. These objects carries the information of the corresponding machine-learning (ml) models used to classify DMPs.
## S3 method for class 'ldaDMP'
print(x, digits = getOption("digits"), ...)
## S3 method for class 'qdaDMP'
print(x, digits = getOption("digits"), ...)
x |
Object from class ldaDMP or qdaDMP. |
digits |
Number of significant digits to be used. |
The definition of these classes makes less complex the downstream analyses.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.