# 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)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.