Linear Regression Category Legend

Description

Returns a formatted markdown string with the bivariate/multivariate results category legend and significance key.

Usage

linear_reg_category_legend()

Value

A character string with markdown formatting.

Examples

**Bivariate/Multivariate Results Categories:**

- **a.** Neither r nor b significant
- **b.** r & b both significant & same sign
- **c.** r significant but not b
- **d.** suppressor effect

**Significance Key:** ns = p > .05, * = p < .05, ** = p < .01, *** = p < .001