| ard_identity | R Documentation |
Function ingests pre-calculated statistics and returns the identical results, but in an ARD format.
ard_identity(x, variable, context = "identity")
x |
(named |
variable |
( |
context |
( |
a ARD
t.test(formula = AGE ~ 1, data = ADSL)[c("statistic", "parameter", "p.value")] |>
ard_identity(variable = "AGE", context = "onesample_t_test")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.