maxi.time: Report the highest score at each measurement time point

Description Usage Arguments Value Examples

View source: R/maxi.time.R

Description

A function to report the highest score at each measurement time point taking into account all previous scores

Usage

1

Arguments

vector

A vector with quality of life scores

Value

a vector which the i-th value is equals to the maximum of the first values of the given vector until to the i-th position

Examples

1
2
vect=c(10,20,30,10,2,0,4,50,20)
maxi.time(vect)

QoLR documentation built on May 29, 2017, 4:08 p.m.