A list with three components. The first component contains the p-value adjustment method in method
. The second component, called comparisons
, is a data.frame that contains the following:
comparison |
Description of how the difference in levels was computed. |
diff |
The estimated difference in slope values. |
lwr |
Lower confidence bound for difference in slope values. |
upr |
Upper confidence bound for difference in slope values. |
p.unadj |
Unadjusted p-value for testing the difference in slopes is zero. |
p.adj |
Adjusted p-value for testing the difference in slopes is zero. |
The third component, called slopes
, is a data.frame that contains the following:
level |
A level name. |
slope |
The estimated slope value for the given level. |
XX LCI |
Lower confidence bound for difference in slope values. |
XX UCI |
Upper confidence bound for difference in slope values. |
p.unadj |
Unadjusted p-value for testing the slope is zero. |
p.adj |
Adjusted p-value for testing the slope is zero. |
The print
function prints the results nicely.