powered by
Interpret R2 with a set of rules.
interpret_R2_posterior(posterior, rules = "cohen1988")
Distribution of R2.
Can be "cohen1988" (default), "chin1998" or "hair2013", or a custom list.
# NOT RUN { library(psycho) posterior <- rnorm(1000, 0.4, 0.1) interpret_R2_posterior(posterior) # }
Run the code above in your browser using DataLab