Description Usage Arguments Value Author(s)
View source: R/scoring_hamilton.R
scoring_hamilton
Returns the corrected scores for HAM-D
1 | scoring_hamilton(dataframe = x, init_col = 55, end_col = 94, ID_col = 8)
|
dataframe |
Input data. It must be a rectangular matrix with column indicating items and rows indicating subjects. |
init_col |
Index of the first column storing the first item of the questionnaire. |
end_col |
Index of the last column storing the first item of the questionnaire. |
ID_col |
Index of the column storing subject ID |
A dataframe with Hamilton scores for each subject
Antonio Maffei
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.