Package ms.sev. R topics documented: December 21, Type Package

Similar documents
Package datasets.load

Package FastKNN. February 19, 2015

Package assortnet. January 18, 2016

Package PDN. November 4, 2017

Package RYoudaoTranslate

Package ECctmc. May 1, 2018

Package jmetrik. March 15, 2015

Package eulerian. February 19, Index 5

Package mrm. December 27, 2016

Package dkdna. June 1, Description Compute diffusion kernels on DNA polymorphisms, including SNP and bi-allelic genotypes.

Package CatEncoders. March 8, 2017

Package DataClean. August 29, 2016

Package CvM2SL2Test. February 15, 2013

Package gsalib. R topics documented: February 20, Type Package. Title Utility Functions For GATK. Version 2.1.

Package kirby21.base

Package bisect. April 16, 2018

Package FractalParameterEstimation

Package woebinning. December 15, 2017

Package egonet. February 19, 2015

Package robustreg. R topics documented: April 27, Version Date Title Robust Regression Functions

Package SEMrushR. November 3, 2018

Package QCAtools. January 3, 2017

Package TestDataImputation

Package raker. October 10, 2017

Package biglars. February 19, 2015

Package spark. July 21, 2017

Package REGENT. R topics documented: August 19, 2015

Package wethepeople. March 3, 2013

Package gsscopu. R topics documented: July 2, Version Date

Package PTE. October 10, 2017

Package Combine. R topics documented: September 4, Type Package Title Game-Theoretic Probability Combination Version 1.

Package ESKNN. September 13, 2015

Package hsiccca. February 20, 2015

Package braqca. February 23, 2018

Package ClusterBootstrap

Package CuCubes. December 9, 2016

Package rgcvpack. February 20, Index 6. Fitting Thin Plate Smoothing Spline. Fit thin plate splines of any order with user specified knots

Package samplesizelogisticcasecontrol

Package gibbs.met. February 19, 2015

Package RCA. R topics documented: February 29, 2016

Package madsim. December 7, 2016

Package Numero. November 24, 2018

Package globalgsa. February 19, 2015

Package SAMUR. March 27, 2015

Package LSPFP. May 19, Index 8. Lysate and Secretome Peptide Feature Plotter

Package apastyle. March 29, 2017

Package canvasxpress

Package ArrayBin. February 19, 2015

Package DSBayes. February 19, 2015

Package SPIn. R topics documented: February 19, Type Package

Package fastdummies. January 8, 2018

Package comphclust. February 15, 2013

Package subtype. February 20, 2015

Package comphclust. May 4, 2017

Package keep. R topics documented: December 16, 2015

Package IATScore. January 10, 2018

Package Mondrian. R topics documented: March 4, Type Package

Package frt. R topics documented: February 19, 2015

Package hpoplot. R topics documented: December 14, 2015

Package genelistpie. February 19, 2015

Package gee. June 29, 2015

Package vesselr. R topics documented: April 3, Type Package

Package gpdtest. February 19, 2015

Package EDFIR. R topics documented: July 17, 2015

Package hypercube. December 15, 2017

Package recoder. R topics documented: July 10, Type Package Title A Simple and Flexible Recoder

Package ibm. August 29, 2016

Package lazydata. December 4, 2016

Package ramcmc. May 29, 2018

Package rbgm. May 18, 2018

Package pairsd3. R topics documented: August 29, Title D3 Scatterplot Matrices Version 0.1.0

Package AnDE. R topics documented: February 19, 2015

Package ScoreGGUM. February 19, 2015

Package RaPKod. February 5, 2018

Package TANDEM. R topics documented: June 15, Type Package

Package scraep. November 15, Index 6

Package phrasemachine

Package bayeslongitudinal

Package CausalGAM. October 19, 2017

Package TVsMiss. April 5, 2018

Package rrdf. R topics documented: February 15, Type Package

Package lxb. R topics documented: August 29, 2016

Package clustering.sc.dp

Package MultiOrd. May 21, 2016

Package strat. November 23, 2016

Package RcppProgress

Package blockmatrix. February 19, 2015

Package smaa. R topics documented: December 23, Version Date

Package RIFS. February 19, 2015

Package flsa. February 19, 2015

Package CondReg. February 19, 2015

Package horizon. R topics documented: July 3, Type Package Title Horizon Search Algorithm Version 1.2 Date Author Jasper Van doninck

Package tmpm. February 29, 2016

Package clusterrepro

Package qrfactor. February 20, 2015

Package desirability

Package clipr. June 23, 2018

Package anidom. July 25, 2017

Package rpst. June 6, 2017

Package svapls. February 20, 2015

Transcription:

Type Package Package ms.sev December 21, 2016 Title Package for Calculation of ARMSS, Local MSSS and Global MSSS Version 1.0.4 Date 2016-12-20 Author Maintainer Helga Westerlind <Helga.Westerlind@ki.se> Calculates ARMSS (age related multiple sclerosis severity), and both local and global MSSS (multiple sclerosis severity score). License GPL-2 NeedsCompilation no Repository CRAN Date/Publication 2016-12-21 17:02:13 R topics documented: ms_sev-package....................................... 2 edss............................................. 2 globalarmss......................................... 3 globalmsss......................................... 3 global_armss........................................ 4 global_msss......................................... 4 local_armss......................................... 5 local_msss.......................................... 6 ms_sev........................................... 7 oldmsss........................................... 8 Index 9 1

2 edss ms_sev-package Estimation of severity scores for multiple sclerosis. Details Estimation of severity scores for multiple sclerosis. Package: ms_sev Type: Package Version: 1.0 Date: 2015-01-30 License: GPL 2 Maintainer: Helga Westerlind <Helga.Westerlind@ki.se> edss Data for testing ms.sev package Mock for 2,000 individuals to test the ms.sev package. (edss) Format A frame consisting of 6 columns and 2,000 rows. The rows corresponds to EDSS value, age at which the EDSS score was assessed and disease duration.

globalarmss 3 globalarmss Global ARMSS matrix The global ARMSS-matrix provided with the ms.sev-package (globalarmss) Format A frame consisting of 20 columns and 30 rows, corresponding to EDSS-scores in 0.5-increments, and disease duration. The first row marks the disease duration. globalmsss Global MSSS matrix The global MSSS-matrix provided with the ms.sev-package (globalmsss) Format This is the new, updated MSSS-matrix. A frame consisting of 20 columns and 30 rows, corresponding to EDSS-scores in 0.5-increments, and disease duration. The first column is corresponding to disease duration.

4 global_msss global_armss ARMSS Calculates and returns the global ARMSS-score for every individual in the set. global_armss(, matrix=false) matrix A frame containing the variable "ageatedss" and the variable "edss" for every individual. If the global ARMSS table should be returned or not. Returns the initially supplied frame with the added variable "garmss". (edss) out <- global_armss(edss) global_msss Global MSSS Estimation of global MSSS-scores. global_msss(, matrix=false, omsss=false)

local_armss 5 matrix omsss A frame containing the variable "dd" (disease duration) and the variable "edss" for every individual. If the global MSSS-matrix should be returned or not. If true, the old MSSS score is returned for every individual. Details Estimation of global MSSS-scores. Returns the provided frame with an added column of global msss-scores. globalmsss The supplied frame with an added ugmsss column representing the global msss-score. If omsss is requested, an additional variable named ogmsss is also added. 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. (edss) out <- global_msss(edss, matrix=true, omsss=true) local_armss ARMSS Calculates and returns the local ARMSS-score for every individual in the set. local_armss(, range = 2)

6 local_msss range A frame containing the variable "ageatedss" and the variable "edss" for every individual. The age-range from which to include individuals in the ARMSS-estimation. Default=2. Returns the initially supplied frame with the added variable "armss". (edss) out <- local_armss(edss) local_msss Local MSSS Estimation of local MSSS-scores. local_msss(, range=2) A 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. The supplied frame with an added column "lmsss" including the estimated local MSSS for every individual.

ms_sev 7 (edss) out <- local_msss(edss) ms_sev MS-Severity Estimates the severity score for the user supplied frame of patients. ms_sev(, type="global_armss", range = 2, matrix=f, omsss=false) type range matrix omsss A frame containing the variable "edss" for every individual and "age" if "armss" is requested. For MSSS estimation, a variable "dd", corresponding to the disease duration, is needed. Specification of the type of severity calculation. Default is global armss. Other options are "local_armss", "local_msss" and "global_msss". The age-range from which to include individuals in the local ARMSS and local MSSS-estimations. The default age-range is 2 years. If true, the global MSSS-matrix is returned. Please note that this option only works for global MSSS and global ARMSS. If true, the old MSSS-score will be estimated and returned. Please note that this option only works for the global MSSS. Returns the initially supplied frame with a column added with the requested type of severity score. If "matrix" is set to true, the ms\_sev will return a list where the first element is the frame with the added severity score, and the second item is the requested ARMSS/MSSS matrix. If omsss is set to TRUE, both the old and the updated MSSS matrix will be returned.

8 oldmsss (edss) out <- ms_sev(edss) head(out$) out <- ms_sev(edss, type="global_msss", matrix=true) head(out$) oldmsss the old Global MSSS matrix Format The global MSSS-matrix provided with the ms.sev-package (oldmsss) A frame consisting of 20 columns and 30 rows, corresponding to EDSS-scores in 0.5-increments, and disease duration. This is the original MSSS matrix. The first column is corresponding to disease duration.

Index Topic ARMSS global_armss, 4 local_armss, 5 Topic EDSS global_armss, 4 global_msss, 4 local_armss, 5 local_msss, 6 Topic MSSS global_msss, 4 Topic SEVERITY local_msss, 6 Topic sets Topic package ms_sev-package, 2 Topic severity global_armss, 4 local_armss, 5 global_armss, 4 global_msss, 4 local_armss, 5 local_msss, 6 ms_sev-package, 2 9