R/HT.r

Defines functions HT

Documented in HT

#' @export

HT<-function(y,Pik){
y<-t(as.matrix(y))
pik<-as.matrix(Pik)
HT<-y%*%(1/Pik)
HT
}

Try the TeachingSampling package in your browser

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

TeachingSampling documentation built on April 22, 2020, 1:05 a.m.