scoring_hamilton: Function to automatically score the Hamilton Rating Scale for...

Description Usage Arguments Value Author(s)

View source: R/scoring_hamilton.R

Description

scoring_hamilton Returns the corrected scores for HAM-D

Usage

1
scoring_hamilton(dataframe = x, init_col = 55, end_col = 94, ID_col = 8)

Arguments

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

Value

A dataframe with Hamilton scores for each subject

Author(s)

Antonio Maffei


maffotto/antonioPack documentation built on May 25, 2019, 9:33 p.m.