Description Usage Arguments Value Author(s) Examples
Computes the half slope ratio for three summary points and power transformations on the two variables.
1 | half.slope.ratio(sx,sy,px,py)
|
sx |
numeric vector of summary values of the x variable |
sy |
numeric vector of summary values of the y variable |
px |
power of the transformation on the x variable |
py |
power of the transformation on the y variable |
Value of the half slope ratio on the transformed summary points
Jim Albert
1 2 3 4 | sx=c(10,30,50)
sy=c(5,8,20)
half.slope.ratio(sx,sy,1,1)
half.slope.ratio(sx,sy,-.5,-.5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.