Description Usage Arguments Value Examples
This functions accept two numerical arrays
1 | adjusted_R2(y, y_d, n)
|
y: |
the numerical array for the ground truth |
y_d: |
the numerical array for the regression |
R_s: the adjusted R^2 measure
1 2 3 | y <- c(1,1,1)
y_d <- c(1,1,0.5)
adjusted_R2(y,y_d)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.