R/harmonic.r

Defines functions harmonic

#Function called within Gst.est and Dest and H.out

harmonic<-function(values,n){
                                     out <- n/sum(1/values)
                                     invisible(out)
                                      }

Try the DEMEtics package in your browser

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

DEMEtics documentation built on May 1, 2019, 10:09 p.m.