Learn R Programming

psycho (version 0.4.91)

interpret_R2: R2 interpreation.

Description

Interpret R2 with a set of rules.

Usage

interpret_R2(x, rules = "cohen1988")

Arguments

x

Value.

rules

Can be "cohen1988" (default), "chin1998" or "hair2013", or a custom list.

Examples

Run this code
# NOT RUN {
library(psycho)
interpret_R2(x = 0.42)
interpret_R2(x = c(0.42, 0.2, 0.9, 0))
# }

Run the code above in your browser using DataLab