R/table.function.R

Defines functions table.e1 table.e2

#'@useDynLib wtest, .registration = TRUE
table.e1<-function(x,y){
  .Call("table_e1",x,y)
}

table.e2<-function(x1,x2,y){
  .Call("table_e2",x1,x2,y)
}

Try the wtest package in your browser

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

wtest documentation built on Sept. 3, 2019, 9:04 a.m.