Learn R Programming

ms.sev (version 1.0.4)

local_msss: Local MSSS

Description

Estimation of local MSSS-scores.

Usage

local_msss(data, range=2)

Arguments

data
A data frame including the variables "edss"" and "dd" (disease duration), which is estimating the disease duration from onset to edss.
range
The age range in which to include individuals in the msss calculation. The default value is set to two.

Value

The supplied data frame with an added column "lMSSS" including the estimated local MSSS for every individual.

References

To be completed. Please contact maintainer.

Examples

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


Run the code above in your browser using DataLab