Description Usage Arguments Value
View source: R/calculate.powertables.r
Returns the musd matrix from the inputs
1 2 3 4 5 6 7 8 9 10 11 12 13 | get.musd(
outcome,
hist.induced.mu,
hist.induced.sd,
hist.control.mu,
hist.control.sd,
hist.treated.pct,
cola.induced.mu,
cola.induced.sd,
cola.control.mu,
cola.control.sd,
cola.treated.pct
)
|
outcome |
A string, either |
hist.induced.mu |
Mean of the induced group, histology |
hist.induced.sd |
SD of the induced group, histology |
hist.control.mu |
Mean of the control group, histology |
hist.control.sd |
SD of the control group, histology |
hist.treated.pct |
Percent reduction in the treated group, histology |
cola.induced.mu |
Mean of the induced group, collagen |
cola.induced.sd |
SD of the induced group, collagen |
cola.control.mu |
Mean of the control group, collagen |
cola.control.sd |
SD of the control group, collagen |
cola.treated.pct |
Percent reduction in the treated group, collagen |
A data frame of 4 rows and 2 columns
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.