context("apa.zstat")
library(apaformat)
zs = apa.zstat(0.0342)
expect_equal(zs, "$z$ = 0.034")
zs = apa.zstat(c(0.0542, 0.0346))
expect_length(zs, 2)
expect_equal(zs[1], "$z$ = 0.054")
expect_equal(zs[2], "$z$ = 0.035")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.