Description Usage Arguments Details Value Examples
Remove duplicated ids
1 | remove.duplicated.ids(result, idcol = colnames(result)[1])
|
result |
data.frame of scoring results. |
idcol |
the name of the column that contains person id's. If none given, the first column of |
Duplicated persons are combined into one.
Scores on all variables are set to the max score given to this person on this variable. If there are only NA's on a variable, NA is retained. Non-numeric variables are given the value of the first occurrence of the person.
Returns a data.frame with duplicated persons unified.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.