powered by
Interpret R2 with a set of rules.
interpret_R2(x, rules = "cohen1988")
Value.
Can be "cohen1988" (default), "chin1998" or "hair2013", or a custom list.
# 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