-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reorganize preprocessing; use pair as random factor #62
base: main
Are you sure you want to change the base?
Conversation
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
largescaledesigned.qmd
Outdated
|
||
The other variables are covariates that have been shown to affect LDT accuracy and reaction times. Available are: | ||
|
||
+ Ortho_N: numer of orthographic neighbors |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[Typos] reported by reviewdog 🐶
+ Ortho_N: numer of orthographic neighbors | |
+ Ortho_N: number of orthographic neighbors |
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
largescaledesigned.qmd
Outdated
describe(elpldtitem) | ||
``` | ||
|
||
We incoporate `item`, `pair`, `isword`, and `wrdlen` into `ldttrial` using `item` as the key variable. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[Typos] reported by reviewdog 🐶
We incoporate `item`, `pair`, `isword`, and `wrdlen` into `ldttrial` using `item` as the key variable. | |
We incorporate `item`, `pair`, `isword`, and `wrdlen` into `ldttrial` using `item` as the key variable. |
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
largescaledesigned.qmd
Outdated
qqcaterpillar!(Figure(; size=(600, 450)), ranefinfo(elm02, :subj)) | ||
``` | ||
|
||
Both `isword` and `wrdlen` vary within subjects and between items. We can estimate variance components (VCs) and correlation paramters (CPs) for this complex LMM and check whether they are supported by the data and increase the goodness of fit of the model. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[Typos] reported by reviewdog 🐶
Both `isword` and `wrdlen` vary within subjects and between items. We can estimate variance components (VCs) and correlation paramters (CPs) for this complex LMM and check whether they are supported by the data and increase the goodness of fit of the model. | |
Both `isword` and `wrdlen` vary within subjects and between items. We can estimate variance components (VCs) and correlation parameters (CPs) for this complex LMM and check whether they are supported by the data and increase the goodness of fit of the model. |
The way I would calculate age of participant at the time of first test is
|
@kliegl I have a suggested change for computing |
@kliegl You have a note after the discussion of the |
Yes, I agree. |
First draft of slight reorganization of preprocessing
Adding square of wrdlen to fixed effects; there is some link to literature
First draft of using pair as random factor