SLC: Slope and level change estimates

Description Usage Arguments Value References Examples

Description

Computes slope and level change estimates after removing linear phase A trend.

Usage

1
slcestimates(info, n_a)

Arguments

info

one-dimensional data array: measurements separated by spaces; can be evoked as info <- array(scan("info.dat")) or inputting the data directly

n_a

minimum and maximums per scale matrix

Value

trendB

slope change

level

level change

References

Solanas, A. Manolov, R., & Onghena, P. (2010). Estimating slope and level change in single-case designs. Behavior Modification, 34, 195-218.

Examples

1
2
3
info <- array(c(3,4,2,5,6,7))
n_a <- 3
results <- slcestimates(info,n_a)

SLC documentation built on May 2, 2019, 3:39 p.m.