Main Analysis
Cognate Status by Word Status
## Generalized linear mixed model fit by maximum likelihood (Laplace
## Approximation) [glmerMod]
## Family: binomial ( logit )
## Formula: detection ~ 1 + Word_Type * Word_Status + (1 | subject_nr) +
## (1 | Sentence_Num)
## Data: Lseg_Htest
## Control: glmerControl(optimizer = "bobyqa")
##
## AIC BIC logLik deviance df.resid
## 12256.6 12300.9 -6122.3 12244.6 11876
##
## Scaled residuals:
## Min 1Q Median 3Q Max
## -2.5156 -0.5914 -0.3780 0.7363 8.6784
##
## Random effects:
## Groups Name Variance Std.Dev.
## Sentence_Num (Intercept) 0.03145 0.1773
## subject_nr (Intercept) 1.40842 1.1868
## Number of obs: 11882, groups: Sentence_Num, 160; subject_nr, 105
##
## Fixed effects:
## Estimate Std. Error z value Pr(>|z|)
## (Intercept) -0.88205 0.11959 -7.376 1.63e-13 ***
## Word_Type1 -0.03036 0.04595 -0.661 0.509
## Word_Status1 1.23292 0.04689 26.294 < 2e-16 ***
## Word_Type1:Word_Status1 -0.03197 0.09191 -0.348 0.728
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
##
## Correlation of Fixed Effects:
## (Intr) Wrd_T1 Wrd_S1
## Word_Type1 0.001
## Word_Stats1 0.026 0.000
## Wrd_T1:W_S1 0.001 0.207 0.000

Individual Differences with Cognate Status by Word Status
Model below is built using buildmer, mostly only for fixed effects
for now
# f <- detection ~ Word_Status*Word_Type +
# RAVENS_IQ.c + WM_BackDigitSpan.c + Ger_CLT_Prod.c + NWRT_total_correct.c + Phoneme_Manipulation.c + Onset_Rhyme.c + ENG_CLT_score.c +
# (1+Word_Status*Word_Type | subject_nr) +
# (1+Word_Status*Word_Type | Sentence_Num)
#
# model_1 <- buildmer(f,
# family=binomial,
# data=Lseg_Htest,
# buildmerControl=buildmerControl(direction=c('order', "backward")))
#
# model_1 <- model_1@model
#
# model_1_formula <- model_1@call
#
# summary(model_1)
Generalized linear mixed model fit by maximum likelihood (Laplace
Approximation) [‘glmerMod’] Family: binomial ( logit ) Formula:
detection ~ 1 + Word_Status + (1 + Word_Status | subject_nr) + (1 +
Word_Status | Sentence_Num) Data: Lseg_Htest
AIC BIC logLik deviance df.resid
10117.3 10174.9 -5050.6 10101.3 9932
Scaled residuals: Min 1Q Median 3Q Max -2.0333 -0.6041 -0.3141 0.7600
6.3618
Random effects: Groups Name Variance Std.Dev. Corr Sentence_Num
(Intercept) 0.04088 0.2022
Word_Status1 0.18360 0.4285 0.08 subject_nr (Intercept) 1.48437
1.2183
Word_Status1 0.90161 0.9495 -0.42 Number of obs: 9940, groups:
Sentence_Num, 160; subject_nr, 88
Fixed effects: Estimate Std. Error z value Pr(>|z|)
(Intercept) -0.9653 0.1344 -7.184 6.78e-13 Word_Status1
1.1797 0.1223 9.645 < 2e-16
Signif. codes: 0 ‘’ 0.001 ‘’ 0.01 ‘’ 0.05
‘.’ 0.1 ‘ ’ 1
Correlation of Fixed Effects: (Intr) Word_Stats1 -0.336
Role of Phonological Awareness, with control variables Ravens IQ,
Working Memory, and German CLT
## Generalized linear mixed model fit by maximum likelihood (Laplace
## Approximation) [glmerMod]
## Family: binomial ( logit )
## Formula: detection ~ 1 + Word_Type * Word_Status * Phoneme_Manipulation.c +
## RAVENS_IQ + Ger_CLT_Prod.c + WM_BackDigitSpan.c + (1 | subject_nr) +
## (1 | Sentence_Num)
## Data: Lseg_Htest
## Control: glmerControl(optimizer = "bobyqa")
##
## AIC BIC logLik deviance df.resid
## 11894.7 11990.2 -5934.4 11868.7 11408
##
## Scaled residuals:
## Min 1Q Median 3Q Max
## -2.3975 -0.6008 -0.3690 0.7620 7.6830
##
## Random effects:
## Groups Name Variance Std.Dev.
## Sentence_Num (Intercept) 0.0349 0.1868
## subject_nr (Intercept) 1.2253 1.1069
## Number of obs: 11421, groups: Sentence_Num, 160; subject_nr, 101
##
## Fixed effects:
## Estimate Std. Error z value
## (Intercept) 1.333770 1.058000 1.261
## Word_Type1 -0.029517 0.046706 -0.632
## Word_Status1 1.222891 0.047590 25.696
## Phoneme_Manipulation.c 0.036938 0.037943 0.974
## RAVENS_IQ -0.021466 0.010381 -2.068
## Ger_CLT_Prod.c -0.137613 0.061069 -2.253
## WM_BackDigitSpan.c -0.142440 0.147532 -0.965
## Word_Type1:Word_Status1 -0.028562 0.093420 -0.306
## Word_Type1:Phoneme_Manipulation.c -0.013796 0.014139 -0.976
## Word_Status1:Phoneme_Manipulation.c 0.080397 0.014421 5.575
## Word_Type1:Word_Status1:Phoneme_Manipulation.c -0.003559 0.028281 -0.126
## Pr(>|z|)
## (Intercept) 0.2074
## Word_Type1 0.5274
## Word_Status1 < 2e-16 ***
## Phoneme_Manipulation.c 0.3303
## RAVENS_IQ 0.0387 *
## Ger_CLT_Prod.c 0.0242 *
## WM_BackDigitSpan.c 0.3343
## Word_Type1:Word_Status1 0.7598
## Word_Type1:Phoneme_Manipulation.c 0.3292
## Word_Status1:Phoneme_Manipulation.c 2.47e-08 ***
## Word_Type1:Word_Status1:Phoneme_Manipulation.c 0.8999
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
##
## Correlation of Fixed Effects:
## (Intr) Wrd_T1 Wrd_S1 Phn_M. RAVENS G_CLT_ WM_BDS Wr_T1:W_S1 W_T1:P
## Word_Type1 0.000
## Word_Stats1 0.012 -0.001
## Phnm_Mnplt. 0.125 0.002 -0.004
## RAVENS_IQ -0.994 0.000 -0.009 -0.125
## Gr_CLT_Prd. -0.088 -0.001 -0.008 -0.124 0.089
## WM_BckDgtS. 0.077 0.001 -0.005 -0.320 -0.080 -0.293
## Wrd_T1:W_S1 -0.001 0.209 0.000 -0.001 0.001 0.001 0.000
## Wrd_T1:P_M. 0.000 -0.005 -0.005 0.002 0.000 0.000 0.000 -0.053
## Wrd_S1:P_M. -0.002 -0.004 0.003 0.024 0.000 0.008 0.004 0.006 -0.008
## W_T1:W_S1:P 0.001 -0.053 0.007 -0.001 -0.001 0.000 0.000 -0.006 0.195
## W_S1:P
## Word_Type1
## Word_Stats1
## Phnm_Mnplt.
## RAVENS_IQ
## Gr_CLT_Prd.
## WM_BckDgtS.
## Wrd_T1:W_S1
## Wrd_T1:P_M.
## Wrd_S1:P_M.
## W_T1:W_S1:P 0.005
## optimizer (bobyqa) convergence code: 1 (bobyqa -- maximum number of function evaluations exceeded)
## Model failed to converge with max|grad| = 0.028795 (tol = 0.002, component 1)
## Model is nearly unidentifiable: very large eigenvalue
## - Rescale variables?

d’ analyses
## Linear mixed model fit by REML. t-tests use Satterthwaite's method [
## lmerModLmerTest]
## Formula: dprime ~ 1 + Word_Type + Phoneme_Manipulation.c + RAVENS_IQ +
## Ger_CLT_Prod.c + WM_BackDigitSpan.c + (1 | subject_nr)
## Data: d_calc
##
## REML criterion at convergence: 392.5
##
## Scaled residuals:
## Min 1Q Median 3Q Max
## -1.94983 -0.52016 -0.07889 0.55587 1.96656
##
## Random effects:
## Groups Name Variance Std.Dev.
## subject_nr (Intercept) 0.3281 0.5728
## Residual 0.1608 0.4010
## Number of obs: 202, groups: subject_nr, 101
##
## Fixed effects:
## Estimate Std. Error df t value Pr(>|t|)
## (Intercept) 0.059971 0.587986 95.999997 0.102 0.918975
## Word_Type1 -0.046724 0.056430 100.000002 -0.828 0.409635
## Phoneme_Manipulation.c 0.012858 0.021329 95.999996 0.603 0.548041
## RAVENS_IQ 0.006588 0.005764 95.999997 1.143 0.255902
## Ger_CLT_Prod.c 0.007520 0.034273 95.999996 0.219 0.826802
## WM_BackDigitSpan.c 0.311824 0.082460 95.999995 3.782 0.000271 ***
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
##
## Correlation of Fixed Effects:
## (Intr) Wrd_T1 Phn_M. RAVENS G_CLT_
## Word_Type1 0.000
## Phnm_Mnplt. 0.122 0.000
## RAVENS_IQ -0.994 0.000 -0.121
## Gr_CLT_Prd. -0.072 0.000 -0.118 0.073
## WM_BckDgtS. 0.071 0.000 -0.321 -0.073 -0.299

Experiment Task Variables
Trial
## Generalized linear mixed model fit by maximum likelihood (Laplace
## Approximation) [glmerMod]
## Family: binomial ( logit )
## Formula:
## detection ~ 1 + Word_Type * Word_Status * Trial.c + (1 | subject_nr) +
## (1 | Sentence_Num)
## Data: Lseg_Htest
## Control: glmerControl(optimizer = "bobyqa")
##
## AIC BIC logLik deviance df.resid
## 12259.3 12333.1 -6119.7 12239.3 11872
##
## Scaled residuals:
## Min 1Q Median 3Q Max
## -2.5788 -0.5935 -0.3775 0.7372 8.7866
##
## Random effects:
## Groups Name Variance Std.Dev.
## Sentence_Num (Intercept) 0.03159 0.1777
## subject_nr (Intercept) 1.41023 1.1875
## Number of obs: 11882, groups: Sentence_Num, 160; subject_nr, 105
##
## Fixed effects:
## Estimate Std. Error z value Pr(>|z|)
## (Intercept) -0.8823091 0.1196735 -7.373 1.67e-13 ***
## Word_Type1 -0.0308103 0.0459712 -0.670 0.5027
## Word_Status1 1.2333686 0.0469087 26.293 < 2e-16 ***
## Trial.c -0.0002355 0.0005008 -0.470 0.6383
## Word_Type1:Word_Status1 -0.0318932 0.0919504 -0.347 0.7287
## Word_Type1:Trial.c 0.0011597 0.0010036 1.155 0.2479
## Word_Status1:Trial.c -0.0019744 0.0010017 -1.971 0.0487 *
## Word_Type1:Word_Status1:Trial.c 0.0004236 0.0020068 0.211 0.8328
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
##
## Correlation of Fixed Effects:
## (Intr) Wrd_T1 Wrd_S1 Tril.c Wr_T1:W_S1 W_T1:T W_S1:T
## Word_Type1 0.001
## Word_Stats1 0.026 0.000
## Trial.c 0.000 0.000 0.006
## Wrd_T1:W_S1 0.001 0.208 -0.001 0.007
## Wrd_Typ1:T. -0.002 -0.004 0.008 0.002 0.007
## Wrd_Stt1:T. 0.002 0.006 -0.006 0.220 0.000 0.011
## W_T1:W_S1:T 0.000 0.007 0.001 0.011 -0.003 0.219 0.002
## optimizer (bobyqa) convergence code: 0 (OK)
## Model is nearly unidentifiable: very large eigenvalue
## - Rescale variables?

Counterbalance List
## # A tibble: 8 × 2
## List total_participants
## <fct> <int>
## 1 A 15
## 2 B 12
## 3 C 13
## 4 D 10
## 5 E 15
## 6 F 16
## 7 G 12
## 8 H 12
## Generalized linear mixed model fit by maximum likelihood (Laplace
## Approximation) [glmerMod]
## Family: binomial ( logit )
## Formula: detection ~ 1 + Word_Type * Word_Status * List + (1 | subject_nr) +
## (1 | Sentence_Num)
## Data: Lseg_Htest
## Control: glmerControl(optimizer = "bobyqa")
##
## AIC BIC logLik deviance df.resid
## 12251.6 12502.6 -6091.8 12183.6 11848
##
## Scaled residuals:
## Min 1Q Median 3Q Max
## -3.1600 -0.6002 -0.3697 0.7403 7.9951
##
## Random effects:
## Groups Name Variance Std.Dev.
## Sentence_Num (Intercept) 0.03055 0.1748
## subject_nr (Intercept) 1.30363 1.1418
## Number of obs: 11882, groups: Sentence_Num, 160; subject_nr, 105
##
## Fixed effects:
## Estimate Std. Error z value Pr(>|z|)
## (Intercept) -0.93783 0.30245 -3.101 0.00193 **
## Word_Type1 -0.23868 0.12687 -1.881 0.05992 .
## Word_Status1 1.25934 0.12981 9.701 < 2e-16 ***
## ListB -0.29165 0.45414 -0.642 0.52075
## ListC 0.58261 0.44398 1.312 0.18944
## ListD 0.51933 0.47566 1.092 0.27492
## ListE 0.13223 0.42706 0.310 0.75684
## ListF -0.25003 0.42099 -0.594 0.55257
## ListG 0.29973 0.45222 0.663 0.50746
## ListH -0.43349 0.45674 -0.949 0.34257
## Word_Type1:Word_Status1 -0.33642 0.25341 -1.328 0.18431
## Word_Type1:ListB 0.14443 0.19362 0.746 0.45570
## Word_Type1:ListC 0.16183 0.18355 0.882 0.37796
## Word_Type1:ListD 0.39371 0.19357 2.034 0.04196 *
## Word_Type1:ListE 0.41680 0.18083 2.305 0.02117 *
## Word_Type1:ListF 0.32502 0.17914 1.814 0.06963 .
## Word_Type1:ListG 0.14290 0.18520 0.772 0.44036
## Word_Type1:ListH 0.03979 0.19419 0.205 0.83766
## Word_Status1:ListB -0.39535 0.19698 -2.007 0.04474 *
## Word_Status1:ListC -0.16277 0.19084 -0.853 0.39372
## Word_Status1:ListD 0.46286 0.19775 2.341 0.01925 *
## Word_Status1:ListE 0.37084 0.17769 2.087 0.03689 *
## Word_Status1:ListF -0.11070 0.18267 -0.606 0.54450
## Word_Status1:ListG -0.07486 0.19281 -0.388 0.69782
## Word_Status1:ListH -0.41049 0.19725 -2.081 0.03743 *
## Word_Type1:Word_Status1:ListB 0.16336 0.38677 0.422 0.67275
## Word_Type1:Word_Status1:ListC 0.30574 0.36666 0.834 0.40436
## Word_Type1:Word_Status1:ListD 0.20461 0.38684 0.529 0.59686
## Word_Type1:Word_Status1:ListE 0.87297 0.36146 2.415 0.01573 *
## Word_Type1:Word_Status1:ListF 0.63151 0.35818 1.763 0.07789 .
## Word_Type1:Word_Status1:ListG 0.05895 0.36986 0.159 0.87336
## Word_Type1:Word_Status1:ListH -0.02903 0.38793 -0.075 0.94034
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
## optimizer (bobyqa) convergence code: 0 (OK)
## maxfun < 10 * length(par)^2 is not recommended.

Position in Sentence
## Generalized linear mixed model fit by maximum likelihood (Laplace
## Approximation) [glmerMod]
## Family: binomial ( logit )
## Formula: detection ~ 1 + Word_Type * Word_Status * target_position + (1 |
## subject_nr) + (1 | Sentence_Num)
## Data: Lseg_Htest
## Control: glmerControl(optimizer = "bobyqa")
##
## AIC BIC logLik deviance df.resid
## 12261.5 12335.3 -6120.8 12241.5 11872
##
## Scaled residuals:
## Min 1Q Median 3Q Max
## -2.5294 -0.5926 -0.3786 0.7420 8.5816
##
## Random effects:
## Groups Name Variance Std.Dev.
## Sentence_Num (Intercept) 0.03084 0.1756
## subject_nr (Intercept) 1.40916 1.1871
## Number of obs: 11882, groups: Sentence_Num, 160; subject_nr, 105
##
## Fixed effects:
## Estimate Std. Error z value Pr(>|z|)
## (Intercept) -0.88235 0.11960 -7.377 1.61e-13
## Word_Type1 -0.03018 0.04596 -0.657 0.511
## Word_Status1 1.23258 0.04690 26.281 < 2e-16
## target_position1 0.05756 0.05372 1.072 0.284
## Word_Type1:Word_Status1 -0.03185 0.09193 -0.346 0.729
## Word_Type1:target_position1 0.03125 0.09200 0.340 0.734
## Word_Status1:target_position1 0.13832 0.09204 1.503 0.133
## Word_Type1:Word_Status1:target_position1 0.04072 0.18395 0.221 0.825
##
## (Intercept) ***
## Word_Type1
## Word_Status1 ***
## target_position1
## Word_Type1:Word_Status1
## Word_Type1:target_position1
## Word_Status1:target_position1
## Word_Type1:Word_Status1:target_position1
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
##
## Correlation of Fixed Effects:
## (Intr) Wrd_T1 Wrd_S1 trgt_1 Wr_T1:W_S1 W_T1:_ W_S1:_
## Word_Type1 0.001
## Word_Stats1 0.026 0.000
## targt_pstn1 -0.001 0.000 -0.005
## Wrd_T1:W_S1 0.001 0.208 0.000 0.004
## Wrd_Typ1:_1 0.001 -0.003 0.003 0.001 -0.008
## Wrd_Stt1:_1 -0.003 0.004 0.000 0.179 0.000 0.002
## W_T1:W_S1:_ 0.001 -0.008 0.001 0.001 -0.003 0.207 0.000

Word Length (monosyllabic, bisyllabic)
## Generalized linear mixed model fit by maximum likelihood (Laplace
## Approximation) [glmerMod]
## Family: binomial ( logit )
## Formula:
## detection ~ 1 + Word_Type * Word_Status * Syllable + (1 | subject_nr) +
## (1 | Sentence_Num)
## Data: Lseg_Htest
## Control: glmerControl(optimizer = "bobyqa")
##
## AIC BIC logLik deviance df.resid
## 12257.0 12330.9 -6118.5 12237.0 11872
##
## Scaled residuals:
## Min 1Q Median 3Q Max
## -2.5727 -0.5916 -0.3746 0.7345 9.0594
##
## Random effects:
## Groups Name Variance Std.Dev.
## Sentence_Num (Intercept) 0.03104 0.1762
## subject_nr (Intercept) 1.40963 1.1873
## Number of obs: 11882, groups: Sentence_Num, 160; subject_nr, 105
##
## Fixed effects:
## Estimate Std. Error z value Pr(>|z|)
## (Intercept) -0.88255 0.11963 -7.378 1.61e-13 ***
## Word_Type1 -0.03001 0.04598 -0.653 0.5140
## Word_Status1 1.23447 0.04691 26.315 < 2e-16 ***
## Syllable1 -0.05010 0.05376 -0.932 0.3513
## Word_Type1:Word_Status1 -0.03382 0.09196 -0.368 0.7130
## Word_Type1:Syllable1 0.18271 0.09196 1.987 0.0469 *
## Word_Status1:Syllable1 -0.03807 0.09197 -0.414 0.6789
## Word_Type1:Word_Status1:Syllable1 -0.21998 0.18390 -1.196 0.2316
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
##
## Correlation of Fixed Effects:
## (Intr) Wrd_T1 Wrd_S1 Syllb1 Wr_T1:W_S1 W_T1:S W_S1:S
## Word_Type1 0.001
## Word_Stats1 0.026 0.000
## Syllable1 0.000 -0.008 -0.008
## Wrd_T1:W_S1 0.001 0.207 -0.001 0.013
## Wrd_Typ1:S1 -0.002 -0.001 0.017 0.000 -0.008
## Wrd_Stt1:S1 -0.001 0.015 -0.002 0.177 -0.009 0.002
## W_T1:W_S1:S 0.003 -0.008 -0.010 0.002 -0.001 0.207 0.000

ALINE Score
Here, ALINE score is based on the Probe word.
## Generalized linear mixed model fit by maximum likelihood (Laplace
## Approximation) [glmerMod]
## Family: binomial ( logit )
## Formula: detection ~ 1 + Word_Status * ALINE + (1 | subject_nr) + (1 |
## Sentence_Num)
## Data: Lseg_Htest
## Control: glmerControl(optimizer = "bobyqa")
##
## AIC BIC logLik deviance df.resid
## 12256.9 12301.2 -6122.5 12244.9 11876
##
## Scaled residuals:
## Min 1Q Median 3Q Max
## -2.4937 -0.5912 -0.3779 0.7386 8.6629
##
## Random effects:
## Groups Name Variance Std.Dev.
## Sentence_Num (Intercept) 0.03151 0.1775
## subject_nr (Intercept) 1.40825 1.1867
## Number of obs: 11882, groups: Sentence_Num, 160; subject_nr, 105
##
## Fixed effects:
## Estimate Std. Error z value Pr(>|z|)
## (Intercept) -0.893585 0.125559 -7.117 1.1e-12 ***
## Word_Status1 1.235811 0.089698 13.777 < 2e-16 ***
## ALINE 0.028450 0.093999 0.303 0.762
## Word_Status1:ALINE -0.007269 0.187849 -0.039 0.969
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
##
## Correlation of Fixed Effects:
## (Intr) Wrd_S1 ALINE
## Word_Stats1 0.067
## ALINE -0.305 -0.174
## Wr_S1:ALINE -0.062 -0.852 0.202

Participant Variables: Predictors
Correlation Individual Differences
Take with a grain of salt, these scores are the “grob” ones coded
during the experiment and for some participants there are missing values
(for unsure codes), but this should be fairly close to what the final
coded values will be.

Phonological Awareness
Phoneme Manipulation task score
## Generalized linear mixed model fit by maximum likelihood (Laplace
## Approximation) [glmerMod]
## Family: binomial ( logit )
## Formula: detection ~ 1 + Word_Type * Word_Status * Phoneme_Manipulation.c +
## (1 | subject_nr) + (1 | Sentence_Num)
## Data: Lseg_Htest
## Control: glmerControl(optimizer = "bobyqa")
##
## AIC BIC logLik deviance df.resid
## 12162.7 12236.4 -6071.4 12142.7 11757
##
## Scaled residuals:
## Min 1Q Median 3Q Max
## -2.3942 -0.5929 -0.3661 0.7511 8.0068
##
## Random effects:
## Groups Name Variance Std.Dev.
## Sentence_Num (Intercept) 0.03284 0.1812
## subject_nr (Intercept) 1.37099 1.1709
## Number of obs: 11767, groups: Sentence_Num, 160; subject_nr, 104
##
## Fixed effects:
## Estimate Std. Error z value
## (Intercept) -0.871026 0.118669 -7.340
## Word_Type1 -0.027229 0.046183 -0.590
## Word_Status1 1.230740 0.047075 26.144
## Phoneme_Manipulation.c -0.005857 0.036260 -0.162
## Word_Type1:Word_Status1 -0.023995 0.092377 -0.260
## Word_Type1:Phoneme_Manipulation.c -0.012509 0.014101 -0.887
## Word_Status1:Phoneme_Manipulation.c 0.085482 0.014394 5.939
## Word_Type1:Word_Status1:Phoneme_Manipulation.c -0.004359 0.028205 -0.155
## Pr(>|z|)
## (Intercept) 2.14e-13 ***
## Word_Type1 0.555
## Word_Status1 < 2e-16 ***
## Phoneme_Manipulation.c 0.872
## Word_Type1:Word_Status1 0.795
## Word_Type1:Phoneme_Manipulation.c 0.375
## Word_Status1:Phoneme_Manipulation.c 2.88e-09 ***
## Word_Type1:Word_Status1:Phoneme_Manipulation.c 0.877
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
##
## Correlation of Fixed Effects:
## (Intr) Wrd_T1 Wrd_S1 Phn_M. Wr_T1:W_S1 W_T1:P W_S1:P
## Word_Type1 0.001
## Word_Stats1 0.027 -0.001
## Phnm_Mnplt. 0.000 0.002 -0.010
## Wrd_T1:W_S1 0.000 0.205 0.000 0.000
## Wrd_T1:P_M. 0.002 -0.011 -0.005 0.001 -0.055
## Wrd_S1:P_M. -0.010 -0.003 -0.002 0.029 0.006 -0.007
## W_T1:W_S1:P 0.000 -0.055 0.006 -0.001 -0.011 0.192 0.004

Onset/Rhyme Score
## Generalized linear mixed model fit by maximum likelihood (Laplace
## Approximation) [glmerMod]
## Family: binomial ( logit )
## Formula: detection ~ 1 + Word_Type * Word_Status * Onset_Rhyme.c + (1 |
## subject_nr) + (1 | Sentence_Num)
## Data: Lseg_Htest
## Control: glmerControl(optimizer = "bobyqa")
##
## AIC BIC logLik deviance df.resid
## 12017.4 12091.0 -5998.7 11997.4 11643
##
## Scaled residuals:
## Min 1Q Median 3Q Max
## -2.4073 -0.5817 -0.3365 0.7600 8.1593
##
## Random effects:
## Groups Name Variance Std.Dev.
## Sentence_Num (Intercept) 0.03467 0.1862
## subject_nr (Intercept) 1.37252 1.1715
## Number of obs: 11653, groups: Sentence_Num, 160; subject_nr, 103
##
## Fixed effects:
## Estimate Std. Error z value Pr(>|z|)
## (Intercept) -0.87678 0.11939 -7.344 2.07e-13 ***
## Word_Type1 -0.03331 0.04654 -0.716 0.4741
## Word_Status1 1.23132 0.04744 25.958 < 2e-16 ***
## Onset_Rhyme.c -0.03108 0.02878 -1.080 0.2801
## Word_Type1:Word_Status1 -0.03464 0.09309 -0.372 0.7098
## Word_Type1:Onset_Rhyme.c 0.02089 0.01135 1.841 0.0656 .
## Word_Status1:Onset_Rhyme.c 0.09766 0.01160 8.421 < 2e-16 ***
## Word_Type1:Word_Status1:Onset_Rhyme.c 0.01937 0.02270 0.853 0.3936
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
##
## Correlation of Fixed Effects:
## (Intr) Wrd_T1 Wrd_S1 Ons_R. Wr_T1:W_S1 W_T1:O W_S1:O
## Word_Type1 0.001
## Word_Stats1 0.025 0.003
## Onst_Rhym.c 0.008 -0.002 -0.018
## Wrd_T1:W_S1 0.001 0.199 0.000 0.000
## Wrd_T1:O_R. -0.002 0.021 0.003 0.001 -0.072
## Wrd_S1:O_R. -0.018 0.003 0.036 0.024 -0.003 0.007
## W_T1:W_S1:O 0.000 -0.071 -0.002 0.002 0.021 0.177 0.004

Grade
Approximation for now for L1 knowledge
## Generalized linear mixed model fit by maximum likelihood (Laplace
## Approximation) [glmerMod]
## Family: binomial ( logit )
## Formula: detection ~ 1 + Word_Type * Word_Status * DEMO_SchoolGrade +
## (1 | subject_nr) + (1 | Sentence_Num)
## Data: Lseg_Htest
## Control: glmerControl(optimizer = "bobyqa")
##
## AIC BIC logLik deviance df.resid
## 12181.8 12255.6 -6080.9 12161.8 11872
##
## Scaled residuals:
## Min 1Q Median 3Q Max
## -2.1376 -0.5799 -0.3531 0.7568 7.5812
##
## Random effects:
## Groups Name Variance Std.Dev.
## Sentence_Num (Intercept) 0.03237 0.1799
## subject_nr (Intercept) 1.36996 1.1705
## Number of obs: 11882, groups: Sentence_Num, 160; subject_nr, 105
##
## Fixed effects:
## Estimate Std. Error z value Pr(>|z|)
## (Intercept) -0.89717 0.11813 -7.595 3.09e-14
## Word_Type1 -0.02709 0.04622 -0.586 0.558
## Word_Status1 1.23844 0.04709 26.297 < 2e-16
## DEMO_SchoolGrade1 0.16838 0.23437 0.718 0.472
## Word_Type1:Word_Status1 -0.02808 0.09245 -0.304 0.761
## Word_Type1:DEMO_SchoolGrade1 0.01277 0.09243 0.138 0.890
## Word_Status1:DEMO_SchoolGrade1 -0.84694 0.09387 -9.023 < 2e-16
## Word_Type1:Word_Status1:DEMO_SchoolGrade1 0.12325 0.18488 0.667 0.505
##
## (Intercept) ***
## Word_Type1
## Word_Status1 ***
## DEMO_SchoolGrade1
## Word_Type1:Word_Status1
## Word_Type1:DEMO_SchoolGrade1
## Word_Status1:DEMO_SchoolGrade1 ***
## Word_Type1:Word_Status1:DEMO_SchoolGrade1
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
##
## Correlation of Fixed Effects:
## (Intr) Wrd_T1 Wrd_S1 DEMO_S Wr_T1:W_S1 W_T1:D W_S1:D
## Word_Type1 0.000
## Word_Stats1 0.024 0.000
## DEMO_SchlG1 -0.024 -0.001 0.017
## Wrd_T1:W_S1 0.000 0.191 -0.002 -0.001
## W_T1:DEMO_S -0.001 -0.028 -0.003 0.000 0.077
## W_S1:DEMO_S 0.017 -0.004 -0.044 0.027 -0.003 0.000
## W_T1:W_S1:D -0.001 0.077 -0.003 0.000 -0.028 0.192 -0.002

Age
Approximation for now for L1 knowledge
## Generalized linear mixed model fit by maximum likelihood (Laplace
## Approximation) [glmerMod]
## Family: binomial ( logit )
## Formula: detection ~ 1 + Word_Type * Word_Status * DEMO_AgeYears.c + (1 |
## subject_nr) + (1 | Sentence_Num)
## Data: Lseg_Htest
## Control: glmerControl(optimizer = "bobyqa")
##
## AIC BIC logLik deviance df.resid
## 11930.9 12004.5 -5955.5 11910.9 11526
##
## Scaled residuals:
## Min 1Q Median 3Q Max
## -2.2277 -0.5828 -0.3580 0.7514 7.7194
##
## Random effects:
## Groups Name Variance Std.Dev.
## Sentence_Num (Intercept) 0.0367 0.1916
## subject_nr (Intercept) 1.3894 1.1787
## Number of obs: 11536, groups: Sentence_Num, 160; subject_nr, 102
##
## Fixed effects:
## Estimate Std. Error z value Pr(>|z|)
## (Intercept) -0.86717 0.12068 -7.185 6.70e-13
## Word_Type1 -0.02876 0.04669 -0.616 0.538
## Word_Status1 1.21557 0.04753 25.577 < 2e-16
## DEMO_AgeYears.c -0.01189 0.15718 -0.076 0.940
## Word_Type1:Word_Status1 -0.02694 0.09339 -0.288 0.773
## Word_Type1:DEMO_AgeYears.c -0.04932 0.06111 -0.807 0.420
## Word_Status1:DEMO_AgeYears.c 0.50258 0.06206 8.098 5.58e-16
## Word_Type1:Word_Status1:DEMO_AgeYears.c -0.14389 0.12221 -1.177 0.239
##
## (Intercept) ***
## Word_Type1
## Word_Status1 ***
## DEMO_AgeYears.c
## Word_Type1:Word_Status1
## Word_Type1:DEMO_AgeYears.c
## Word_Status1:DEMO_AgeYears.c ***
## Word_Type1:Word_Status1:DEMO_AgeYears.c
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
##
## Correlation of Fixed Effects:
## (Intr) Wrd_T1 Wrd_S1 DEMO_A Wr_T1:W_S1 W_T1:D W_S1:D
## Word_Type1 0.000
## Word_Stats1 0.027 -0.001
## DEMO_AgYrs. 0.003 0.001 -0.013
## Wrd_T1:W_S1 0.000 0.205 -0.002 0.001
## W_T1:DEMO_A 0.002 -0.004 0.000 0.000 -0.066
## W_S1:DEMO_A -0.014 0.000 0.010 0.033 0.005 -0.005
## W_T1:W_S1:D 0.001 -0.066 0.002 0.000 -0.004 0.224 -0.004

German Production CLT
Another approximation for L1 knowledge
## Generalized linear mixed model fit by maximum likelihood (Laplace
## Approximation) [glmerMod]
## Family: binomial ( logit )
## Formula: detection ~ 1 + Word_Type * Word_Status * Ger_CLT_Prod.c + (1 |
## subject_nr) + (1 | Sentence_Num)
## Data: Lseg_Htest
## Control: glmerControl(optimizer = "bobyqa")
##
## AIC BIC logLik deviance df.resid
## 12237.9 12311.7 -6108.9 12217.9 11872
##
## Scaled residuals:
## Min 1Q Median 3Q Max
## -2.6857 -0.5890 -0.3756 0.7565 8.3100
##
## Random effects:
## Groups Name Variance Std.Dev.
## Sentence_Num (Intercept) 0.03115 0.1765
## subject_nr (Intercept) 1.33776 1.1566
## Number of obs: 11882, groups: Sentence_Num, 160; subject_nr, 105
##
## Fixed effects:
## Estimate Std. Error z value Pr(>|z|)
## (Intercept) -0.88775 0.11675 -7.604 2.87e-14 ***
## Word_Type1 -0.02853 0.04601 -0.620 0.5352
## Word_Status1 1.23685 0.04694 26.350 < 2e-16 ***
## Ger_CLT_Prod.c -0.12199 0.05845 -2.087 0.0369 *
## Word_Type1:Word_Status1 -0.03073 0.09203 -0.334 0.7384
## Word_Type1:Ger_CLT_Prod.c -0.03165 0.02257 -1.402 0.1608
## Word_Status1:Ger_CLT_Prod.c 0.09697 0.02287 4.240 2.23e-05 ***
## Word_Type1:Word_Status1:Ger_CLT_Prod.c -0.07678 0.04515 -1.701 0.0890 .
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
##
## Correlation of Fixed Effects:
## (Intr) Wrd_T1 Wrd_S1 G_CLT_ Wr_T1:W_S1 W_T1:G W_S1:G
## Word_Type1 0.001
## Word_Stats1 0.025 0.001
## Gr_CLT_Prd. 0.010 0.001 -0.012
## Wrd_T1:W_S1 0.001 0.200 0.000 0.002
## W_T1:G_CLT_ 0.001 0.021 0.000 0.001 -0.036
## W_S1:G_CLT_ -0.010 0.001 0.030 0.046 0.000 -0.002
## W_T1:W_S1:G 0.002 -0.036 0.000 0.000 0.021 0.282 0.000

Participant Variables: Exploratory
Language Background (Monolingual, Bilingual)
## # A tibble: 2 × 2
## LANG_Bilingual total_participants
## <fct> <int>
## 1 monolingual 76
## 2 bilingual 29
## # A tibble: 1 × 8
## .y. group1 group2 n1 n2 statistic df p
## * <chr> <chr> <chr> <int> <int> <dbl> <dbl> <dbl>
## 1 DEMO_AgeYears monolingual bilingual 74 28 2.09 52.8 0.0416
## # A tibble: 1 × 8
## .y. group1 group2 n1 n2 statistic df p
## * <chr> <chr> <chr> <int> <int> <dbl> <dbl> <dbl>
## 1 RAVENS_IQ monolingual bilingual 74 28 -0.890 49.2 0.378
## # A tibble: 1 × 8
## .y. group1 group2 n1 n2 statistic df p
## * <chr> <chr> <chr> <int> <int> <dbl> <dbl> <dbl>
## 1 WM_BackDigitSpan monolingual bilingual 76 29 0.536 43.0 0.594
## # A tibble: 1 × 8
## .y. group1 group2 n1 n2 statistic df p
## * <chr> <chr> <chr> <int> <int> <dbl> <dbl> <dbl>
## 1 Ger_CLT_Prod monolingual bilingual 76 29 2.50 34.1 0.0174
## # A tibble: 1 × 8
## .y. group1 group2 n1 n2 statistic df p
## * <chr> <chr> <chr> <int> <int> <dbl> <dbl> <dbl>
## 1 NWRT_total_correct monolingual bilingual 76 29 -1.63 48.7 0.11
## # A tibble: 1 × 8
## .y. group1 group2 n1 n2 statistic df p
## * <chr> <chr> <chr> <int> <int> <dbl> <dbl> <dbl>
## 1 Phoneme_Manipulation monolingual bilingual 75 29 1.44 53.9 0.155
## # A tibble: 1 × 8
## .y. group1 group2 n1 n2 statistic df p
## * <chr> <chr> <chr> <int> <int> <dbl> <dbl> <dbl>
## 1 Onset_Rhyme monolingual bilingual 75 28 -0.733 57.2 0.466
## # A tibble: 1 × 8
## .y. group1 group2 n1 n2 statistic df p
## * <chr> <chr> <chr> <int> <int> <dbl> <dbl> <dbl>
## 1 ENG_CLT_score monolingual bilingual 75 29 -2.68 42.0 0.0106
## Generalized linear mixed model fit by maximum likelihood (Laplace
## Approximation) [glmerMod]
## Family: binomial ( logit )
## Formula: detection ~ 1 + Word_Type * Word_Status * LANG_Bilingual + (1 |
## subject_nr) + (1 | Sentence_Num)
## Data: Lseg_Htest
## Control: glmerControl(optimizer = "bobyqa")
##
## AIC BIC logLik deviance df.resid
## 12260.1 12333.9 -6120.0 12240.1 11872
##
## Scaled residuals:
## Min 1Q Median 3Q Max
## -2.4754 -0.5918 -0.3789 0.7337 8.2253
##
## Random effects:
## Groups Name Variance Std.Dev.
## Sentence_Num (Intercept) 0.03138 0.1771
## subject_nr (Intercept) 1.35689 1.1649
## Number of obs: 11882, groups: Sentence_Num, 160; subject_nr, 105
##
## Fixed effects:
## Estimate Std. Error z value Pr(>|z|)
## (Intercept) -0.776444 0.131361 -5.911 3.41e-09
## Word_Type1 -0.010913 0.051097 -0.214 0.8309
## Word_Status1 1.219024 0.052070 23.411 < 2e-16
## LANG_Bilingual1 -0.467355 0.261095 -1.790 0.0735
## Word_Type1:Word_Status1 -0.003145 0.102200 -0.031 0.9755
## Word_Type1:LANG_Bilingual1 -0.086139 0.102192 -0.843 0.3993
## Word_Status1:LANG_Bilingual1 0.063912 0.103830 0.616 0.5382
## Word_Type1:Word_Status1:LANG_Bilingual1 -0.120334 0.204399 -0.589 0.5560
##
## (Intercept) ***
## Word_Type1
## Word_Status1 ***
## LANG_Bilingual1 .
## Word_Type1:Word_Status1
## Word_Type1:LANG_Bilingual1
## Word_Status1:LANG_Bilingual1
## Word_Type1:Word_Status1:LANG_Bilingual1
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
##
## Correlation of Fixed Effects:
## (Intr) Wrd_T1 Wrd_S1 LANG_B Wr_T1:W_S1 W_T1:L W_S1:L
## Word_Type1 0.000
## Word_Stats1 0.036 0.004
## LANG_Blngl1 -0.447 0.000 -0.025
## Wrd_T1:W_S1 0.001 0.241 0.000 0.000
## W_T1:LANG_B 0.001 -0.436 -0.005 0.000 -0.138
## W_S1:LANG_B -0.024 -0.004 -0.435 0.038 0.000 0.003
## W_T1:W_S1:L 0.000 -0.138 0.000 0.001 -0.436 0.241 0.001

English CLT
Difference score (Prop cognates correct – prop noncognates correct
)
difference score where 0 is similar performance between cognates and
noncognates
## Generalized linear mixed model fit by maximum likelihood (Laplace
## Approximation) [glmerMod]
## Family: binomial ( logit )
## Formula: detection ~ 1 + Word_Type * Word_Status * English_CLT_diffscore.c +
## (1 | subject_nr) + (1 | Sentence_Num)
## Data: Lseg_Htest
## Control: glmerControl(optimizer = "bobyqa")
##
## AIC BIC logLik deviance df.resid
## 12162.8 12236.6 -6071.4 12142.8 11756
##
## Scaled residuals:
## Min 1Q Median 3Q Max
## -2.5115 -0.5937 -0.3788 0.7452 8.6772
##
## Random effects:
## Groups Name Variance Std.Dev.
## Sentence_Num (Intercept) 0.03177 0.1782
## subject_nr (Intercept) 1.41843 1.1910
## Number of obs: 11766, groups: Sentence_Num, 160; subject_nr, 104
##
## Fixed effects:
## Estimate Std. Error z value
## (Intercept) -0.878046 0.120579 -7.282
## Word_Type1 -0.025831 0.046166 -0.560
## Word_Status1 1.224757 0.047092 26.008
## English_CLT_diffscore.c -0.001437 0.007179 -0.200
## Word_Type1:Word_Status1 -0.035373 0.092340 -0.383
## Word_Type1:English_CLT_diffscore.c -0.001462 0.002745 -0.533
## Word_Status1:English_CLT_diffscore.c -0.001114 0.002785 -0.400
## Word_Type1:Word_Status1:English_CLT_diffscore.c -0.001488 0.005491 -0.271
## Pr(>|z|)
## (Intercept) 3.29e-13 ***
## Word_Type1 0.576
## Word_Status1 < 2e-16 ***
## English_CLT_diffscore.c 0.841
## Word_Type1:Word_Status1 0.702
## Word_Type1:English_CLT_diffscore.c 0.594
## Word_Status1:English_CLT_diffscore.c 0.689
## Word_Type1:Word_Status1:English_CLT_diffscore.c 0.786
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
##
## Correlation of Fixed Effects:
## (Intr) Wrd_T1 Wrd_S1 E_CLT_ Wr_T1:W_S1 W_T1:E W_S1:E
## Word_Type1 0.000
## Word_Stats1 0.027 0.001
## Engls_CLT_. 0.000 0.001 0.000
## Wrd_T1:W_S1 0.001 0.210 -0.001 0.001
## W_T1:E_CLT_ 0.001 0.017 0.001 0.000 -0.003
## W_S1:E_CLT_ -0.001 0.001 0.016 0.030 0.004 -0.002
## W_T1:W_S1:E 0.001 -0.002 0.003 0.000 0.017 0.212 -0.003

Ravens Matricies IQ score
## Generalized linear mixed model fit by maximum likelihood (Laplace
## Approximation) [glmerMod]
## Family: binomial ( logit )
## Formula: detection ~ 1 + Word_Type * Word_Status * RAVENS_IQ.c + (1 |
## subject_nr) + (1 | Sentence_Num)
## Data: Lseg_Htest
## Control: glmerControl(optimizer = "bobyqa")
##
## AIC BIC logLik deviance df.resid
## 11967.2 12040.7 -5973.6 11947.2 11526
##
## Scaled residuals:
## Min 1Q Median 3Q Max
## -2.5909 -0.6007 -0.3698 0.7708 8.1412
##
## Random effects:
## Groups Name Variance Std.Dev.
## Sentence_Num (Intercept) 0.0345 0.1857
## subject_nr (Intercept) 1.3702 1.1705
## Number of obs: 11536, groups: Sentence_Num, 160; subject_nr, 102
##
## Fixed effects:
## Estimate Std. Error z value Pr(>|z|)
## (Intercept) -0.8679584 0.1198605 -7.241 4.44e-13 ***
## Word_Type1 -0.0304093 0.0466553 -0.652 0.5145
## Word_Status1 1.2370262 0.0476287 25.972 < 2e-16 ***
## RAVENS_IQ.c -0.0204564 0.0107625 -1.901 0.0573 .
## Word_Type1:Word_Status1 -0.0384800 0.0933151 -0.412 0.6801
## Word_Type1:RAVENS_IQ.c -0.0004539 0.0044646 -0.102 0.9190
## Word_Status1:RAVENS_IQ.c 0.0238045 0.0046000 5.175 2.28e-07 ***
## Word_Type1:Word_Status1:RAVENS_IQ.c -0.0051924 0.0089246 -0.582 0.5607
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
##
## Correlation of Fixed Effects:
## (Intr) Wrd_T1 Wrd_S1 RAVENS Wr_T1:W_S1 W_T1:R W_S1:R
## Word_Type1 0.001
## Word_Stats1 0.025 0.001
## RAVENS_IQ.c 0.015 0.001 -0.019
## Wrd_T1:W_S1 0.001 0.201 -0.002 0.002
## W_T1:RAVENS 0.000 0.058 0.006 0.003 -0.048
## W_S1:RAVENS -0.018 0.005 0.076 0.003 0.000 0.006
## W_T1:W_S1:R 0.001 -0.048 0.001 0.004 0.059 0.152 0.005

Backwards Digit Span
## Generalized linear mixed model fit by maximum likelihood (Laplace
## Approximation) [glmerMod]
## Family: binomial ( logit )
## Formula: detection ~ 1 + Word_Type * Word_Status * WM_BackDigitSpan.c +
## (1 | subject_nr) + (1 | Sentence_Num)
## Data: Lseg_Htest
## Control: glmerControl(optimizer = "bobyqa")
##
## AIC BIC logLik deviance df.resid
## 12152.2 12226.0 -6066.1 12132.2 11872
##
## Scaled residuals:
## Min 1Q Median 3Q Max
## -2.7452 -0.5780 -0.3447 0.7710 8.4304
##
## Random effects:
## Groups Name Variance Std.Dev.
## Sentence_Num (Intercept) 0.0316 0.1778
## subject_nr (Intercept) 1.3346 1.1553
## Number of obs: 11882, groups: Sentence_Num, 160; subject_nr, 105
##
## Fixed effects:
## Estimate Std. Error z value
## (Intercept) -0.894993 0.116646 -7.673
## Word_Type1 -0.023570 0.046225 -0.510
## Word_Status1 1.219274 0.047085 25.895
## WM_BackDigitSpan.c -0.165179 0.132756 -1.244
## Word_Type1:Word_Status1 -0.006877 0.092463 -0.074
## Word_Type1:WM_BackDigitSpan.c -0.156807 0.053940 -2.907
## Word_Status1:WM_BackDigitSpan.c 0.545824 0.054943 9.934
## Word_Type1:Word_Status1:WM_BackDigitSpan.c -0.196633 0.107835 -1.823
## Pr(>|z|)
## (Intercept) 1.68e-14 ***
## Word_Type1 0.61012
## Word_Status1 < 2e-16 ***
## WM_BackDigitSpan.c 0.21341
## Word_Type1:Word_Status1 0.94071
## Word_Type1:WM_BackDigitSpan.c 0.00365 **
## Word_Status1:WM_BackDigitSpan.c < 2e-16 ***
## Word_Type1:Word_Status1:WM_BackDigitSpan.c 0.06823 .
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
##
## Correlation of Fixed Effects:
## (Intr) Wrd_T1 Wrd_S1 WM_BDS Wr_T1:W_S1 W_T1:WM W_S1:W
## Word_Type1 0.000
## Word_Stats1 0.025 -0.005
## WM_BckDgtS. 0.002 0.001 -0.014
## Wrd_T1:W_S1 -0.001 0.196 -0.001 -0.001
## W_T1:WM_BDS 0.002 -0.011 -0.007 0.001 -0.076
## W_S1:WM_BDS -0.014 -0.005 0.004 0.035 0.007 -0.017
## W_T1:W_S1:W 0.000 -0.075 0.006 -0.001 -0.010 0.216 -0.012

NonWord Repetition Task
## Generalized linear mixed model fit by maximum likelihood (Laplace
## Approximation) [glmerMod]
## Family: binomial ( logit )
## Formula: detection ~ 1 + Word_Type * Word_Status * NWRT_total_correct.c +
## (1 | subject_nr) + (1 | Sentence_Num)
## Data: Lseg_Htest
## Control: glmerControl(optimizer = "bobyqa")
##
## AIC BIC logLik deviance df.resid
## 12217.8 12291.6 -6098.9 12197.8 11872
##
## Scaled residuals:
## Min 1Q Median 3Q Max
## -2.7409 -0.5864 -0.3580 0.7476 8.8037
##
## Random effects:
## Groups Name Variance Std.Dev.
## Sentence_Num (Intercept) 0.03133 0.177
## subject_nr (Intercept) 1.39544 1.181
## Number of obs: 11882, groups: Sentence_Num, 160; subject_nr, 105
##
## Fixed effects:
## Estimate Std. Error z value
## (Intercept) -0.886565 0.119085 -7.445
## Word_Type1 -0.030024 0.046080 -0.652
## Word_Status1 1.226664 0.047029 26.083
## NWRT_total_correct.c 0.007723 0.055345 0.140
## Word_Type1:Word_Status1 -0.029010 0.092168 -0.315
## Word_Type1:NWRT_total_correct.c -0.004374 0.021357 -0.205
## Word_Status1:NWRT_total_correct.c 0.148049 0.021636 6.843
## Word_Type1:Word_Status1:NWRT_total_correct.c -0.005447 0.042713 -0.128
## Pr(>|z|)
## (Intercept) 9.71e-14 ***
## Word_Type1 0.515
## Word_Status1 < 2e-16 ***
## NWRT_total_correct.c 0.889
## Word_Type1:Word_Status1 0.753
## Word_Type1:NWRT_total_correct.c 0.838
## Word_Status1:NWRT_total_correct.c 7.77e-12 ***
## Word_Type1:Word_Status1:NWRT_total_correct.c 0.899
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
##
## Correlation of Fixed Effects:
## (Intr) Wrd_T1 Wrd_S1 NWRT__ Wr_T1:W_S1 W_T1:N W_S1:N
## Word_Type1 0.001
## Word_Stats1 0.027 -0.001
## NWRT_ttl_c. 0.006 0.000 -0.009
## Wrd_T1:W_S1 0.000 0.206 0.000 0.000
## W_T1:NWRT__ 0.000 -0.011 -0.001 0.000 -0.038
## W_S1:NWRT__ -0.009 -0.001 0.002 0.036 0.003 0.005
## W_T1:W_S1:N 0.000 -0.039 0.004 0.001 -0.011 0.231 -0.005
