Skip to content
/ smd Public
forked from bsaul/smd

An R package for computing standardized mean differences (SMD).

License

Notifications You must be signed in to change notification settings

nuvanrath/smd

 
 

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

An R package for computing standardized mean differences (SMD).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 92.4%
  • Nix 7.6%