Global MSSS
Estimation of global MSSS-scores.
global_msss(data, matrix=FALSE, omsss=FALSE)
data |
A dataframe containing the variable "dd" (disease duration) and the variable "edss" for every individual. |
matrix |
If the global MSSS-matrix should be returned or not. |
omsss |
If true, the old MSSS score is returned for every individual. |
Estimation of global MSSS-scores.
Returns the provided dataframe with an added column of global msss-scores.
data |
The supplied dataframe with an added uGMSSS column representing the global msss-score. If omsss is requested, an additional variable named oGMSSS is also added. |
globalMsss |
The global MSSS-matrix with columns representing EDSS-scores and rows disease duration, starting at 1 and truncated at 30. This item is only returned if matrix=T. If omsss is requested, the old MSSS matrix is also returned. |
Helga Westerlind, Ali Manouchehrinia
To be completed. Please contact maintainer.
data(edss) out <- global_msss(edss, matrix=TRUE, omsss=TRUE)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.