negTrend: Test of negligible trend (two one-sided tests approach)

Description Usage Arguments

View source: R/negTrend.R.R

Description

This function takes as input the estimates obtained from a linear mixed model. Specifically, some fixed effect slope for time or some other ordered variable, its standard error, and the approximated degrees of freedom are used. This is essentially a TOST; instead of the mean difference as the parameter of interest, the slope is. The equivalence interval is then specified with the lower and upper limit bounds for what is considered to be minimum average slope deemed practically important. For analyses that include random slopes, one would used the fixed effect slope for the test of negligible trend. One could also then evaluate the degree to which individual-level slope coefficients fall within negligible bounds, for assessing individual-level stability. Eg. What proportion of individual rates of (lack of) change had values that fell within the equivalence interval?

Usage

1
2
3
4
negTrend(ei, slope, se, df, n, alpha = 0.05)

## S3 method for class 'negTrend'
print(x, ...)

Arguments

ei

equivalence interval

slope

the estimated fixed effect slope obtained from some model

se

the standard error of the slope

df

the degrees of freedom obtained from the fitted model

x

object of class negTrend

...

additional arguments


cribbie/equivalencetests documentation built on May 14, 2019, 11:33 a.m.