|
11 | 11 | "\n", |
12 | 12 | ":::{post} Oct 27, 2024\n", |
13 | 13 | ":tags: ordinal-features, ordinal-regression, glm, bayesian-workflow, r-datasets\n", |
14 | | - ":category: beginner\n", |
| 14 | + ":category: beginner, reference\n", |
15 | 15 | ":author: Jonathan Sedar\n", |
16 | 16 | ":::" |
17 | 17 | ] |
|
81 | 81 | " + As a totally subjective opinion which might be different between observations e.g. \"bad, good, better, way better,\n", |
82 | 82 | " best, actually the best, magnificent\" - these are difficult to work with and a symptom of poor survey design\n", |
83 | 83 | " + On a partially subjective, standardized scale e.g. \"strongly agree, agree, disagree, strongly disagree\" - this is\n", |
84 | | - " the approach of the familar [Likert scale](https://en.wikipedia.org/wiki/Likert_scale))\n", |
| 84 | + " the approach of the familar [Likert scale](https://en.wikipedia.org/wiki/Likert_scale)\n", |
85 | 85 | " + As a summary binning of a metric scale e.g. binning ages into age-groups [<30, 30 - 60, 60+], or medical\n", |
86 | 86 | " self-scoring \"[0-10%, ..., 90-100%]\" - these are typically a misuse of the metric because the data has been\n", |
87 | 87 | " compressed: losing infomation, and reasoning for the binning and the choices of bin-edges are usually not given\n", |
|
0 commit comments