R/rawscore.R

Defines functions rawscore

Documented in rawscore

rawscore <-
function(a) {
  2*cumsum(a) - sum(a) 
}

Try the TimeVTree package in your browser

Any scripts or data that you put into this service are public.

TimeVTree documentation built on May 2, 2019, 2:17 a.m.