Learn R Programming

ms.sev (version 1.0.4)

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.

Value

Returns the provided dataframe with an added column of global msss-scores. Returns the provided dataframe with an added column of global msss-scores.

Details

Estimation of global MSSS-scores.

References

To be completed. Please contact maintainer.

Examples

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


Run the code above in your browser using DataLab