Learn R Programming

regtomean (version 1.1)

cordata: Correlation and Cohen's d effect sizes.

Description

This function calculates the correlation for the data and Cohen's d effect sizes, both based on pooled and on treatment standard deviations.

Usage

cordata(Before,After,data)

Value

Return a table containing the correlation, effect size pooled and effect size based on treatment.

Arguments

Before

a numeric vector giving the data values for the first (before) measure.

After

a numeric vector giving the data values for the second (after) measure.

data

an optional data frame containing the variables in the formula. By default the variables are taken from environment (formula).

Author

Daniela R. Recchia, Thomas Ostermann.

Details

This function computes the correlation between both measures as also both effect sizes based on Cohen's d statistic.

The inputs must be numeric.

References

Cohen, J. (1988). Statistical power analysis for the behavioral sciences (2nd ed.). New York:Academic Press.

See Also

cohen.d,cor

Examples

Run this code
cordata("Before","After",data=language_test)

Run the code above in your browser using DataLab