Learn R Programming

papaja (version 0.1.0.9054)

convert_stat_name: Convert name of statistic

Description

This functions 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
Chracter.

Examples

Run this code
## Not run: 
# convert_stat_name("rho")
# convert_stat_name("mean of the differences")
# convert_stat_name("t")
# ## End(Not run)

Run the code above in your browser using DataLab