| Statistic-class | R Documentation |
A class to specify a named statistic, its value, confidence interval and p-value. This is primarily to help maintain consistency in meeting the EDA API.
nameA string specifying what statistic was calculated
valueA number
confidenceIntervalAn optional Range specifying minimum and maximum values for the confidence interval
confidenceLevelAn optional decimal number indicating the degree of confidence represented by the confidence interval
pvalueAn optional string representing the p-value associated with the statistic. The string should either be coercible to a number or be '<0.0001'.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.