join.tbl | R Documentation |
Joins pwrFDR objects into a single table.
join.tbl(...)
... |
obj1, obj2, ... each being the result of a call to pwrFDR. See the example below. |
The table of joined pwrFDR objects as a data.frame
Grant Izmirlian
rslt.avgp.r15 <- pwrFDR(effect.size = 0.79, average.power=0.80, r.1 = 0.15, alpha = 0.15)
rslt.avgp.r10 <- update(rslt.avgp.r15, r.1 = 0.10)
rslt.avgp.r05 <- update(rslt.avgp.r15, r.1 = 0.05)
join.tbl(rslt.avgp.r15, rslt.avgp.r10, rslt.avgp.r05)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.