wrapCohenD.data.frame | R Documentation |
Wrap Cohen's D (effect size between groups).
## S3 method for class 'data.frame'
wrapCohenD(x, Column1Name, Column2Name, ..., na.rm = FALSE)
x |
data.frame |
Column1Name |
character column 1 name |
Column2Name |
character column 2 name |
... |
extra arguments (not used) |
na.rm |
if TRUE remove NAs |
formatted string and fields
d <- data.frame(x = c(1,1,2,2,3,3,4,4),
y = c(1,2,3,4,5,6,7,7))
render(wrapCohenD(d,'x','y'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.