pt_check | R Documentation |
pt_check()
checks the constraints of the ptable
pt_check(ptab)
ptab |
a |
a data.table object
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.