View source: R/designHelpers.R
| matchEsMinWith | R Documentation |
Based on the parameter, sigma, alternative and eType
matchEsMinWith(
parameter,
analysisType = c("z", "t"),
sigma = 1,
alternative = c("twoSided", "greater", "less"),
eType = c("mom", "eGauss", "imom", "eCauchy", "grow")
)
parameter |
numeric, an optional savi test defining parameter. Default set to |
analysisType |
character. Either "z", "t", or "logRank", currently. |
sigma |
numeric > 0 representing the assumed population standard deviation used to scale the data. |
alternative |
a character string specifying the alternative hypothesis. Must be one of "twoSided" (default), "greater" or "less". |
eType |
character one of "mom", "grow", "eGauss", and "eCauchy". "mom" is default and uses a non-local moment prior with bump(s) at meanDiffMin, "grow" uses point prior(s) at meanDiffMin, "eGauss" a zero-centred normal prior, "eCauchy" a zero centred Cauchy prior. |
the parameter, a numeric value
matchEsMinWith(parameter=0.4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.