slope.contrast: Contrast coefficients for the slope of a quantitative factor

View source: R/statpsych2.R

slope.contrastR Documentation

Contrast coefficients for the slope of a quantitative factor

Description

Computes the contrast coefficients to estimate the slope of a line in a single factor design with a quantitative factor.

Usage

slope.contrast(x)

Arguments

x

vector of numeric factor levels

Value

Returns the vector of contrast coefficients

Examples

x <- c(25, 50, 75, 100)
slope.contrast(x)

# Should return:
#      Coefficient
# [1,]      -0.012
# [2,]      -0.004
# [3,]       0.004
# [4,]       0.012
 


statpsych documentation built on July 9, 2023, 6:50 p.m.