You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
- 1$\begingroup$ You mention "GLM" in passing, which is surprising, because the concept of "grand mean" doesn't apply to most GLMs. Did you mean to write "OLS" instead? $\endgroup$whuber– whuber ♦2020-11-05 15:39:28 +00:00Commented Nov 5, 2020 at 15:39
- $\begingroup$ "General linear model" or "generalized linear model"? They aren't the same. $\endgroup$Dave– Dave2020-11-05 15:41:22 +00:00Commented Nov 5, 2020 at 15:41
- $\begingroup$ hmm, no - the course im using to learn stats is discussing this in reference to the GLM (general linear model). I.e. the glm equation Y = B0 + B1 x X1 + B2 x X2 etc. and then states the grand mean is simply the mean of all the means of the dependent variable across conditions $\endgroup$HereItIs– HereItIs2020-11-05 15:45:45 +00:00Commented Nov 5, 2020 at 15:45
- $\begingroup$ @Dave yes thanks, if you type glm into the tag box it automatically makes it generalized linear model. my bad $\endgroup$HereItIs– HereItIs2020-11-05 15:46:18 +00:00Commented Nov 5, 2020 at 15:46
- $\begingroup$ I suppose I can simplify the question: Mathematically, why is the intercept the grand mean when using effect coding? $\endgroup$HereItIs– HereItIs2020-11-05 15:53:05 +00:00Commented Nov 5, 2020 at 15:53
| Show 1 more comment
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
- create code fences with backticks ` or tildes ~ ```
like so
``` - add language identifier to highlight code ```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- indent code by 4 spaces
- backtick escapes
`like _so_` - quote by placing > at start of line
- to make links (use https whenever possible) <https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
- MathJax equations
$\sin^2 \theta$
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. machine-learning), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you