papaja (version 0.1.0.9842)

convert_stat_name: Convert name of statistic

Description

This function converts a character generated by R-functions that describes a statistic and converts it into the corresponding character required by APA guidelines (6th edition). This function is not exported.

Usage

convert_stat_name(x)

Arguments

x

Character.

Examples

Run this code
# NOT RUN {
convert_stat_name("rho")
convert_stat_name("mean of the differences")
convert_stat_name("t")
# }

Run the code above in your browser using DataLab