R/getStatistics.R

Defines functions getStatistics

Documented in getStatistics

getStatistics <- function(cpm) {
    if (cpm@n < cpm@startup) {return(rep(0,cpm@n))}
    return(getTestStatistics(cpm)$Ds)
}
	

Try the cpm package in your browser

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

cpm documentation built on Nov. 16, 2020, 9:13 a.m.