View source: R/diaClassification.R
1 | diaClassification(measure, method = c("Med", "MinMwMax", "MedMw"), n, ...)
|
measure |
Object coercible to data.frame containing the data. |
method |
Classification method, see details. |
n |
Number of groups to be made. |
... |
arguments passing to other method. |
1 2 3 4 5 6 | data(dsample)
measure <- diaMeasure(dsample, location ~ question, 'answer', 'ird')
diaClass <- diaClassification(measure, 'MinMwMax', 6)
diaClass2 <- diaClassification(measure, 'Med', 2, 'Itziar')
diaClassVector <- diaClassification(as.matrix(measure)[, 1], 'Med', 2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.