R/IkRS.r

Defines functions IkRS

Documented in IkRS

#' @export

IkRS <- function(N){
sam <- matrix(0, ncol=N, nrow=1)
for(k in 1:N){
sam<-rbind(sam, Ik(N,k))
}
sam
}
psirusteam/TeachingSampling documentation built on April 23, 2020, 8:31 p.m.