| slope.contrast | R Documentation | 
Computes the contrast coefficients that are needed to estimate the slope of a line in a one-factor design with a quantitative factor.
slope.contrast(x)
x | 
 vector of numeric factor levels  | 
Returns the vector of contrast coefficients
x <- c(25, 50, 75, 100)
slope.contrast(x)
# Should return:
#      Coefficient
# [1,]      -0.012
# [2,]      -0.004
# [3,]       0.004
# [4,]       0.012
 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.