global_msss: Global MSSS

Description Usage Arguments Details Value Author(s) References Examples

View source: R/ms_sev.R

Description

Estimation of global MSSS-scores.

Usage

1

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

1
2

ms.sev documentation built on May 2, 2019, 7:27 a.m.

Related to global_msss in ms.sev...