Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

global_msss

Global MSSS


Description

Estimation of global MSSS-scores.

Usage

global_msss(data, matrix=FALSE, omsss=FALSE)

Arguments

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.

Details

Estimation of global MSSS-scores.

Value

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.

Author(s)

Helga Westerlind, Ali Manouchehrinia

References

To be completed. Please contact maintainer.

Examples

data(edss)
out <- global_msss(edss, matrix=TRUE, omsss=TRUE)

ms.sev

Package for Calculation of ARMSS, Local MSSS and Global MSSS

v1.0.4
GPL-2
Authors
Helga Westerlind, Ali Manouchehrinia
Initial release
2016-12-20

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.