csReport | R Documentation |
Report results of data analyses run with the csCompare
.
csReport(
csCompareObj = NULL,
csSensitivityObj = NULL,
save = FALSE,
fileName = "report",
alphaLevel = 0.05,
interpretation = FALSE
)
csCompareObj |
a list or data frame returned from
the |
csSensitivityObj |
Sensitivity analysis results returned from the
|
save |
If |
fileName |
The file name of the produced report. The argument is
ignored if |
alphaLevel |
The alpha level to be used for determining significant or non-significant results. |
interpretation |
Should an interpretation of the results be included? (FALSE). In case of the Bayesian results, the results are interpreted according to Lee and Wagenmakers (2013). |
set.seed(1000)
tmp <- csCompare(cs1 = rnorm(n = 100, mean = 10),
cs2 = rnorm(n = 100, mean = 9))
csReport(tmp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.