Description Usage Arguments Value Examples
A -[REAL] coefficient of linear regression (will zero if K1=0) (y=Ax+B), B -[REAL] coefficient of linear regression, R2B -[REAL] norm of the segment (maximum "distance" measured perpendicular to the regression line)
| 1 | r2b(k1, k2, x, y)
 | 
| k1 | [INTEGER] start point | 
| k2 | [INTEGER] end point+1 | 
| x | [REAL(?)] input x-axis array (predictor) | 
| y | [REAL(?)] input y-axis array (response) | 
A -[REAL] coefficient of linear regression (will zero if K1=0) (y=Ax+B), B -[REAL] coefficient of linear regression, R2B -[REAL] norm of the segment (maximum "distance" measured perpendicular to the regression line)
| 1 2 3 4 5 6 7 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.