get.musd: Returns the musd matrix from the inputs

Description Usage Arguments Value

View source: R/calculate.powertables.r

Description

Returns the musd matrix from the inputs

Usage

 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
)

Arguments

outcome

A string, either hist or cola

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

Value

A data frame of 4 rows and 2 columns


stefvanbuuren/RRR documentation built on Sept. 8, 2020, 12:11 a.m.