transpose_power_table | R Documentation |
Transform table returned from pump_power to a long format table or to a wide format table.
transpose_power_table(power_table, M = NULL)
power_table |
pumpresult object for a power result (not mdes or sample). (It can also take a raw dataframe of the wide table to convert to long, as an internal helper method.) |
M |
scalar; set if power_table is a data.frame without set number of outcomes. Usually ignore this. |
data.frame of power results in long format.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.