R/Hs.est.r

Defines functions Hs.est

# Function called within Dest.r and Gst.est.r

          Hs.est<-function(Hs,N){
                             out <- (2*N/(2*N-1))*Hs
                             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.