View source: R/Q2_calculation.R
Q2_calculation | R Documentation |
Q2 calculation
Q2_calculation(yhat, y)
yhat |
prediction values |
y |
real values |
Q2
data("freelive2")
actual <- YR2
predicted <- MUVR2::sampling_from_distribution(actual)
Q2_calculation(actual, predicted)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.