es.dif

es.dif is an R package which provides some kinds of effect sizes of the difference from samples or parameters. The merit of this package is that this can calculate the effect size of the difference which does not assume variance equality.

es.difは標本または母数から各種差の効果量を算出するためのRパッケージです。等分散性を仮定しない差の統計量を算出できることが特徴です。

Official website

https://cran.r-project.org/web/packages/es.dif/index.html

The manual is available on the above page.

説明書も上記ページにあります。

How to start

Because es.dif is registered on CRAN, it can be downloaded from CRAN. Please open R software and input the following command:

install.packages("es.dif")

Then, choosing a mirror site from which you download the package starts downloading. After finishing the download, the following command

library(es.dif)

enables you to use the package.


es.difはCRANに登録されているのでCRANからダウンロードして利用できます。Rを開き、コマンドに

install.packages("es.dif")

と入力し、ダウンロード元のミラーサイトを選べばダウンロードが始まります。ダウンロード後、パッケージを使用する際はコマンドに

library(es.dif)

と入力すると使えるようになります。

Version history

ver. 1.0.2 (2020-05-02)

ver. 1.0.1 (2019-06-07)

ver. 1.0.0 (2019-01-26)

Citation

Aoki S. (2020) Effect sizes of the differences between means without assuming the variance equality and between a mean and a constant. Heliyon 6(1): e03306.