R/Ht.est.r

Defines functions Ht.est

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

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