pt_check {ptable} | R Documentation |
Check the constraint of the ptable
Description
pt_check()
checks the constraints of the ptable
Usage
pt_check(ptab)
Arguments
ptab |
a |
Value
a data.table object
Author(s)
Tobias Enderle, tobias.enderle@destatis.de
Examples
# create ptable
ptab1 <- create_cnt_ptable(D = 5, V = 3, js = 2, label = "test2")
# check ptable
pt_check(ptab1)
[Package ptable version 1.0.0 Index]