Learn R Programming

ms.sev (version 1.0.4)

global_armss: ARMSS

Description

Calculates and returns the global ARMSS-score for every individual in the dataset.

Usage

global_armss(data, matrix=FALSE)

Arguments

data
A dataframe containing the variable "ageatedss" and the variable "edss" for every individual.
matrix
If the global ARMSS table should be returned or not.

Value

Returns the initially supplied dataframe with the added variable "gARMSS".

References

To be completed. Please contact maintainer.

Examples

Run this code
data(edss)
out <- global_armss(edss)

Run the code above in your browser using DataLab