R/rTable.2x2xK.default.R

Defines functions rTable.2x2xK.default

Documented in rTable.2x2xK.default

rTable.2x2xK.default <-
function(p=NULL,sampling="Multinomial",N=NULL,K=NULL,lambda=NULL,print.raw=FALSE){

  options(warn=-1)
  
  check(p, theta=NULL, M=NULL, N,K, row.margins=NULL, col.margins=NULL, lambda, sampling, ICC=FALSE, structure="2x2xK")
  
  tbl = rtable.2x2xK.main(p,sampling,N,K,lambda,print.raw)
  tbl$call = match.call()
  class(tbl) = c("rTable.2x2xK", "rTableICC")
  tbl
  
}

Try the rTableICC package in your browser

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

rTableICC documentation built on Aug. 21, 2023, 9:09 a.m.