class-pmtable: Class: pmtable

class-pmtableR Documentation

Class: pmtable

Description

Objects with class pmtable are return from the pmtable-provided data summary functions:

  • pt_cont_wide()

  • pt_cont_long()

  • pt_cat_wide()

  • pt_cat_long()

  • pt_data_inventory()

Details

The object is a list, with an item called data, which is the summarized data set, as well as other items that are arguments for stable() or stable_long().

Examples

tab <- pt_cont_long(pmt_first, cols = "WT,AGE,SCR")

str(tab)

methods(class = "pmtable")


metrumresearchgroup/pmtables documentation built on Dec. 22, 2024, 1:34 a.m.