Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ smd Public

❗ This is a read-only mirror of the CRAN R package repository. smd — Compute Standardized Mean Differences. Homepage: https://bsaul.github.io/smd/ Report bugs for this package: https://github.com/bsaul/smd/issues

License

Notifications You must be signed in to change notification settings

cran/smd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

smd

CRAN status R-CMD-check Codecov test coverage

An R package for computing the standardized mean difference between two groups for various data types.

library(smd)

x <- rnorm(100)
g <- rep(1:2, each = 50)

smd(x, g, std.error = TRUE)
#>   term  estimate std.error
#> 1    2 0.1653336 0.2003414

See using smd for more details.

About

❗ This is a read-only mirror of the CRAN R package repository. smd — Compute Standardized Mean Differences. Homepage: https://bsaul.github.io/smd/ Report bugs for this package: https://github.com/bsaul/smd/issues

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages