R/Q2.R

Defines functions Q2

Documented in Q2

Q2 <-
function(z) {

        L05<-lmean(z,0.05)
        L50<-lmean(z,0.5)

        U05<-umean(z,0.05)
        U50<-umean(z,0.5)

        (U05-L05)/(U50-L50)

}

Try the npsm package in your browser

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

npsm documentation built on Nov. 15, 2023, 1:08 a.m.