powered by
pt_check() checks the constraints of the ptable
pt_check()
pt_check(ptab)
a data.table object
a data.table or an an object of ptable generated with create_cnt_ptable().
data.table
create_cnt_ptable()
Tobias Enderle, tobias.enderle@destatis.de
# create ptable ptab1 <- create_cnt_ptable(D = 5, V = 3, js = 2, label = "test2") # check ptable pt_check(ptab1)
Run the code above in your browser using DataLab