Models with youth characteristics, type of activity, and classroom versus field-based settings variables added
m2i <- lmer(challenge ~ 1 +
overall_pre_competence_beliefs +
overall_pre_interest +
overall_pre_utility_value +
classroom_versus_field_enrichment +
youth_activity_rc +
(1|program_ID) + (1|participant_ID) + (1|beep_ID_new),
data = df)
sjPlot::sjt.lmer(m2i, p.kr = F, show.re.var = F)
|
|
challenge
|
|
|
B
|
CI
|
p
|
Fixed Parts
|
(Intercept)
|
|
2.40
|
1.85 – 2.96
|
<.001
|
overall_pre_competence_beliefs
|
|
-0.28
|
-0.50 – -0.07
|
.010
|
overall_pre_interest
|
|
0.21
|
-0.02 – 0.44
|
.071
|
overall_pre_utility_value
|
|
0.00
|
-0.22 – 0.22
|
.994
|
classroom_versus_field_enrichment
|
|
0.05
|
-0.07 – 0.17
|
.432
|
youth_activity_rc (Basic Skills Activity)
|
|
0.11
|
-0.02 – 0.24
|
.100
|
youth_activity_rc (Creating Product)
|
|
0.33
|
0.20 – 0.47
|
<.001
|
youth_activity_rc (Field Trip Speaker)
|
|
-0.07
|
-0.34 – 0.19
|
.586
|
youth_activity_rc (Lab Activity)
|
|
0.17
|
-0.08 – 0.41
|
.191
|
youth_activity_rc (Program Staff Led)
|
|
-0.12
|
-0.27 – 0.02
|
.101
|
Random Parts
|
Nbeep_ID_new
|
|
235
|
Nparticipant_ID
|
|
180
|
Nprogram_ID
|
|
9
|
ICCbeep_ID_new
|
|
0.045
|
ICCparticipant_ID
|
|
0.397
|
ICCprogram_ID
|
|
0.027
|
Observations
|
|
2579
|
R2 / Ω02
|
|
.531 / .525
|
m2ib <- lmer(challenge ~ 1 +
overall_pre_competence_beliefs*youth_activity_rc +
overall_pre_interest*youth_activity_rc +
overall_pre_utility_value*youth_activity_rc +
classroom_versus_field_enrichment*youth_activity_rc +
(1|program_ID) + (1|participant_ID) + (1|beep_ID_new),
data = df)
sjPlot::sjt.lmer(m2ib, p.kr = F, show.re.var = F)
|
|
challenge
|
|
|
B
|
CI
|
p
|
Fixed Parts
|
(Intercept)
|
|
2.34
|
1.75 – 2.94
|
<.001
|
overall_pre_competence_beliefs
|
|
-0.30
|
-0.53 – -0.07
|
.010
|
youth_activity_rcBasic Skills Activity
|
|
0.24
|
-0.27 – 0.76
|
.352
|
youth_activity_rcCreating Product
|
|
0.41
|
-0.16 – 0.97
|
.158
|
youth_activity_rcField Trip Speaker
|
|
0.07
|
-0.99 – 1.13
|
.899
|
youth_activity_rcLab Activity
|
|
0.06
|
-1.10 – 1.22
|
.919
|
youth_activity_rcProgram Staff Led
|
|
0.01
|
-0.59 – 0.61
|
.967
|
overall_pre_interest
|
|
0.22
|
-0.04 – 0.47
|
.094
|
overall_pre_utility_value
|
|
0.04
|
-0.20 – 0.28
|
.761
|
classroom_versus_field_enrichment
|
|
0.04
|
-0.14 – 0.21
|
.670
|
overall_pre_competence_beliefs:youth_activity_rcBasic Skills Activity
|
|
0.09
|
-0.08 – 0.26
|
.288
|
overall_pre_competence_beliefs:youth_activity_rcCreating Product
|
|
0.07
|
-0.12 – 0.25
|
.490
|
overall_pre_competence_beliefs:youth_activity_rcField Trip Speaker
|
|
-0.16
|
-0.46 – 0.13
|
.279
|
overall_pre_competence_beliefs:youth_activity_rcLab Activity
|
|
-0.15
|
-0.56 – 0.26
|
.467
|
overall_pre_competence_beliefs:youth_activity_rcProgram Staff Led
|
|
0.07
|
-0.13 – 0.26
|
.494
|
youth_activity_rcBasic Skills Activity:overall_pre_interest
|
|
-0.03
|
-0.21 – 0.15
|
.757
|
youth_activity_rcCreating Product:overall_pre_interest
|
|
-0.10
|
-0.32 – 0.11
|
.347
|
youth_activity_rcField Trip Speaker:overall_pre_interest
|
|
-0.13
|
-0.58 – 0.32
|
.572
|
youth_activity_rcLab Activity:overall_pre_interest
|
|
0.38
|
-0.07 – 0.84
|
.100
|
youth_activity_rcProgram Staff Led:overall_pre_interest
|
|
0.01
|
-0.19 – 0.21
|
.921
|
youth_activity_rcBasic Skills Activity:overall_pre_utility_value
|
|
-0.11
|
-0.29 – 0.08
|
.263
|
youth_activity_rcCreating Product:overall_pre_utility_value
|
|
-0.02
|
-0.21 – 0.17
|
.828
|
youth_activity_rcField Trip Speaker:overall_pre_utility_value
|
|
0.25
|
-0.10 – 0.60
|
.162
|
youth_activity_rcLab Activity:overall_pre_utility_value
|
|
-0.17
|
-0.60 – 0.26
|
.438
|
youth_activity_rcProgram Staff Led:overall_pre_utility_value
|
|
-0.12
|
-0.33 – 0.09
|
.265
|
youth_activity_rcBasic Skills Activity:classroom_versus_field_enrichment
|
|
0.01
|
-0.26 – 0.28
|
.926
|
youth_activity_rcCreating Product:classroom_versus_field_enrichment
|
|
0.13
|
-0.24 – 0.51
|
.484
|
youth_activity_rcLab Activity:classroom_versus_field_enrichment
|
|
-0.15
|
-0.66 – 0.36
|
.566
|
youth_activity_rcProgram Staff Led:classroom_versus_field_enrichment
|
|
0.02
|
-0.31 – 0.35
|
.897
|
Random Parts
|
Nbeep_ID_new
|
|
235
|
Nparticipant_ID
|
|
180
|
Nprogram_ID
|
|
9
|
ICCbeep_ID_new
|
|
0.048
|
ICCparticipant_ID
|
|
0.395
|
ICCprogram_ID
|
|
0.028
|
Observations
|
|
2579
|
R2 / Ω02
|
|
.535 / .529
|
m2ii <- lmer(relevance ~ 1 +
overall_pre_competence_beliefs +
overall_pre_interest +
overall_pre_utility_value +
classroom_versus_field_enrichment +
youth_activity_rc +
(1|program_ID) + (1|participant_ID) + (1|beep_ID_new),
data = df)
sjPlot::sjt.lmer(m2ii, p.kr = F, show.re.var = F)
|
|
relevance
|
|
|
B
|
CI
|
p
|
Fixed Parts
|
(Intercept)
|
|
2.06
|
1.54 – 2.58
|
<.001
|
overall_pre_competence_beliefs
|
|
-0.10
|
-0.31 – 0.11
|
.360
|
overall_pre_interest
|
|
0.09
|
-0.13 – 0.31
|
.418
|
overall_pre_utility_value
|
|
0.15
|
-0.06 – 0.36
|
.164
|
classroom_versus_field_enrichment
|
|
-0.08
|
-0.16 – -0.00
|
.037
|
youth_activity_rc (Basic Skills Activity)
|
|
0.14
|
0.06 – 0.22
|
<.001
|
youth_activity_rc (Creating Product)
|
|
0.24
|
0.15 – 0.32
|
<.001
|
youth_activity_rc (Field Trip Speaker)
|
|
0.23
|
0.08 – 0.38
|
.003
|
youth_activity_rc (Lab Activity)
|
|
0.09
|
-0.06 – 0.24
|
.245
|
youth_activity_rc (Program Staff Led)
|
|
0.15
|
0.06 – 0.25
|
.001
|
Random Parts
|
Nbeep_ID_new
|
|
235
|
Nparticipant_ID
|
|
180
|
Nprogram_ID
|
|
9
|
ICCbeep_ID_new
|
|
0.008
|
ICCparticipant_ID
|
|
0.523
|
ICCprogram_ID
|
|
0.022
|
Observations
|
|
2579
|
R2 / Ω02
|
|
.593 / .591
|
m2iib <- lmer(relevance ~ 1 +
overall_pre_competence_beliefs*youth_activity_rc +
overall_pre_interest*youth_activity_rc +
overall_pre_utility_value*youth_activity_rc +
classroom_versus_field_enrichment*youth_activity_rc +
(1|program_ID) + (1|participant_ID) + (1|beep_ID_new),
data = df)
sjPlot::sjt.lmer(m2iib, p.kr = F, show.re.var = F)
|
|
relevance
|
|
|
B
|
CI
|
p
|
Fixed Parts
|
(Intercept)
|
|
2.18
|
1.63 – 2.72
|
<.001
|
overall_pre_competence_beliefs
|
|
-0.04
|
-0.26 – 0.18
|
.718
|
youth_activity_rcBasic Skills Activity
|
|
0.19
|
-0.19 – 0.57
|
.339
|
youth_activity_rcCreating Product
|
|
-0.36
|
-0.77 – 0.04
|
.081
|
youth_activity_rcField Trip Speaker
|
|
0.21
|
-0.58 – 0.99
|
.606
|
youth_activity_rcLab Activity
|
|
-0.02
|
-0.89 – 0.86
|
.967
|
youth_activity_rcProgram Staff Led
|
|
0.21
|
-0.23 – 0.65
|
.349
|
overall_pre_interest
|
|
0.04
|
-0.19 – 0.27
|
.750
|
overall_pre_utility_value
|
|
0.11
|
-0.11 – 0.34
|
.326
|
classroom_versus_field_enrichment
|
|
-0.09
|
-0.19 – 0.02
|
.099
|
overall_pre_competence_beliefs:youth_activity_rcBasic Skills Activity
|
|
-0.16
|
-0.29 – -0.02
|
.022
|
overall_pre_competence_beliefs:youth_activity_rcCreating Product
|
|
-0.04
|
-0.19 – 0.10
|
.545
|
overall_pre_competence_beliefs:youth_activity_rcField Trip Speaker
|
|
-0.05
|
-0.28 – 0.17
|
.639
|
overall_pre_competence_beliefs:youth_activity_rcLab Activity
|
|
0.03
|
-0.29 – 0.36
|
.833
|
overall_pre_competence_beliefs:youth_activity_rcProgram Staff Led
|
|
-0.11
|
-0.27 – 0.04
|
.145
|
youth_activity_rcBasic Skills Activity:overall_pre_interest
|
|
0.10
|
-0.04 – 0.23
|
.153
|
youth_activity_rcCreating Product:overall_pre_interest
|
|
0.05
|
-0.11 – 0.21
|
.532
|
youth_activity_rcField Trip Speaker:overall_pre_interest
|
|
0.03
|
-0.33 – 0.38
|
.890
|
youth_activity_rcLab Activity:overall_pre_interest
|
|
-0.13
|
-0.49 – 0.24
|
.495
|
youth_activity_rcProgram Staff Led:overall_pre_interest
|
|
0.11
|
-0.03 – 0.26
|
.132
|
youth_activity_rcBasic Skills Activity:overall_pre_utility_value
|
|
0.05
|
-0.10 – 0.19
|
.523
|
youth_activity_rcCreating Product:overall_pre_utility_value
|
|
0.14
|
-0.01 – 0.29
|
.064
|
youth_activity_rcField Trip Speaker:overall_pre_utility_value
|
|
0.04
|
-0.24 – 0.31
|
.797
|
youth_activity_rcLab Activity:overall_pre_utility_value
|
|
0.09
|
-0.24 – 0.43
|
.582
|
youth_activity_rcProgram Staff Led:overall_pre_utility_value
|
|
0.01
|
-0.15 – 0.17
|
.875
|
youth_activity_rcBasic Skills Activity:classroom_versus_field_enrichment
|
|
-0.02
|
-0.18 – 0.15
|
.831
|
youth_activity_rcCreating Product:classroom_versus_field_enrichment
|
|
0.13
|
-0.10 – 0.37
|
.274
|
youth_activity_rcLab Activity:classroom_versus_field_enrichment
|
|
0.20
|
-0.11 – 0.50
|
.211
|
youth_activity_rcProgram Staff Led:classroom_versus_field_enrichment
|
|
-0.12
|
-0.32 – 0.08
|
.241
|
Random Parts
|
Nbeep_ID_new
|
|
235
|
Nparticipant_ID
|
|
180
|
Nprogram_ID
|
|
9
|
ICCbeep_ID_new
|
|
0.007
|
ICCparticipant_ID
|
|
0.523
|
ICCprogram_ID
|
|
0.020
|
Observations
|
|
2579
|
R2 / Ω02
|
|
.594 / .592
|
m2iii <- lmer(learning ~ 1 +
overall_pre_competence_beliefs +
overall_pre_interest +
overall_pre_utility_value +
classroom_versus_field_enrichment +
youth_activity_rc +
(1|program_ID) + (1|participant_ID) + (1|beep_ID_new),
data = df)
sjPlot::sjt.lmer(m2iii, p.kr = F, show.re.var = F)
|
|
learning
|
|
|
B
|
CI
|
p
|
Fixed Parts
|
(Intercept)
|
|
2.33
|
1.85 – 2.80
|
<.001
|
overall_pre_competence_beliefs
|
|
0.02
|
-0.18 – 0.21
|
.879
|
overall_pre_interest
|
|
0.04
|
-0.15 – 0.23
|
.646
|
overall_pre_utility_value
|
|
0.05
|
-0.15 – 0.24
|
.628
|
classroom_versus_field_enrichment
|
|
0.01
|
-0.08 – 0.11
|
.768
|
youth_activity_rc (Basic Skills Activity)
|
|
0.22
|
0.12 – 0.32
|
<.001
|
youth_activity_rc (Creating Product)
|
|
0.12
|
0.01 – 0.23
|
.039
|
youth_activity_rc (Field Trip Speaker)
|
|
0.08
|
-0.11 – 0.28
|
.397
|
youth_activity_rc (Lab Activity)
|
|
0.19
|
0.00 – 0.39
|
.047
|
youth_activity_rc (Program Staff Led)
|
|
0.07
|
-0.05 – 0.19
|
.257
|
Random Parts
|
Nbeep_ID_new
|
|
235
|
Nparticipant_ID
|
|
180
|
Nprogram_ID
|
|
9
|
ICCbeep_ID_new
|
|
0.010
|
ICCparticipant_ID
|
|
0.360
|
ICCprogram_ID
|
|
0.000
|
Observations
|
|
2578
|
R2 / Ω02
|
|
.421 / .415
|
m2iiib <- lmer(learning ~ 1 +
overall_pre_competence_beliefs*youth_activity_rc +
overall_pre_interest*youth_activity_rc +
overall_pre_utility_value*youth_activity_rc +
classroom_versus_field_enrichment*youth_activity_rc +
(1|program_ID) + (1|participant_ID) + (1|beep_ID_new),
data = df)
sjPlot::sjt.lmer(m2iiib, p.kr = F, show.re.var = F)
|
|
learning
|
|
|
B
|
CI
|
p
|
Fixed Parts
|
(Intercept)
|
|
2.21
|
1.69 – 2.74
|
<.001
|
overall_pre_competence_beliefs
|
|
-0.03
|
-0.24 – 0.18
|
.792
|
youth_activity_rcBasic Skills Activity
|
|
0.57
|
0.07 – 1.07
|
.025
|
youth_activity_rcCreating Product
|
|
0.35
|
-0.18 – 0.88
|
.195
|
youth_activity_rcField Trip Speaker
|
|
0.14
|
-0.89 – 1.17
|
.788
|
youth_activity_rcLab Activity
|
|
0.47
|
-0.68 – 1.62
|
.422
|
youth_activity_rcProgram Staff Led
|
|
0.02
|
-0.56 – 0.60
|
.937
|
overall_pre_interest
|
|
0.09
|
-0.12 – 0.31
|
.399
|
overall_pre_utility_value
|
|
0.07
|
-0.14 – 0.29
|
.497
|
classroom_versus_field_enrichment
|
|
0.03
|
-0.11 – 0.17
|
.675
|
overall_pre_competence_beliefs:youth_activity_rcBasic Skills Activity
|
|
0.05
|
-0.12 – 0.23
|
.545
|
overall_pre_competence_beliefs:youth_activity_rcCreating Product
|
|
0.02
|
-0.17 – 0.21
|
.862
|
overall_pre_competence_beliefs:youth_activity_rcField Trip Speaker
|
|
0.26
|
-0.04 – 0.56
|
.093
|
overall_pre_competence_beliefs:youth_activity_rcLab Activity
|
|
-0.28
|
-0.70 – 0.14
|
.188
|
overall_pre_competence_beliefs:youth_activity_rcProgram Staff Led
|
|
0.15
|
-0.05 – 0.35
|
.131
|
youth_activity_rcBasic Skills Activity:overall_pre_interest
|
|
-0.06
|
-0.23 – 0.11
|
.498
|
youth_activity_rcCreating Product:overall_pre_interest
|
|
-0.01
|
-0.23 – 0.20
|
.904
|
youth_activity_rcField Trip Speaker:overall_pre_interest
|
|
-0.22
|
-0.68 – 0.25
|
.360
|
youth_activity_rcLab Activity:overall_pre_interest
|
|
0.25
|
-0.22 – 0.72
|
.303
|
youth_activity_rcProgram Staff Led:overall_pre_interest
|
|
-0.13
|
-0.33 – 0.06
|
.172
|
youth_activity_rcBasic Skills Activity:overall_pre_utility_value
|
|
-0.09
|
-0.28 – 0.10
|
.333
|
youth_activity_rcCreating Product:overall_pre_utility_value
|
|
-0.04
|
-0.24 – 0.15
|
.652
|
youth_activity_rcField Trip Speaker:overall_pre_utility_value
|
|
-0.05
|
-0.41 – 0.31
|
.786
|
youth_activity_rcLab Activity:overall_pre_utility_value
|
|
-0.05
|
-0.49 – 0.39
|
.834
|
youth_activity_rcProgram Staff Led:overall_pre_utility_value
|
|
-0.02
|
-0.23 – 0.19
|
.872
|
youth_activity_rcBasic Skills Activity:classroom_versus_field_enrichment
|
|
-0.04
|
-0.26 – 0.18
|
.719
|
youth_activity_rcCreating Product:classroom_versus_field_enrichment
|
|
-0.12
|
-0.43 – 0.19
|
.452
|
youth_activity_rcLab Activity:classroom_versus_field_enrichment
|
|
0.02
|
-0.39 – 0.42
|
.934
|
youth_activity_rcProgram Staff Led:classroom_versus_field_enrichment
|
|
0.02
|
-0.24 – 0.28
|
.873
|
Random Parts
|
Nbeep_ID_new
|
|
235
|
Nparticipant_ID
|
|
180
|
Nprogram_ID
|
|
9
|
ICCbeep_ID_new
|
|
0.011
|
ICCparticipant_ID
|
|
0.358
|
ICCprogram_ID
|
|
0.001
|
Observations
|
|
2578
|
R2 / Ω02
|
|
.425 / .419
|
df$positive_affect <- jmRtools::composite_mean_maker(df, happy, excited)
m2iv <- lmer(positive_affect ~ 1 +
overall_pre_competence_beliefs +
overall_pre_interest +
overall_pre_utility_value +
classroom_versus_field_enrichment +
youth_activity_rc +
(1|program_ID) + (1|participant_ID) + (1|beep_ID_new),
data = df)
sjPlot::sjt.lmer(m2iv, p.kr = F, show.re.var = F)
|
|
positive_affect
|
|
|
B
|
CI
|
p
|
Fixed Parts
|
(Intercept)
|
|
2.32
|
1.74 – 2.89
|
<.001
|
overall_pre_competence_beliefs
|
|
-0.03
|
-0.25 – 0.20
|
.808
|
overall_pre_interest
|
|
0.29
|
0.05 – 0.53
|
.019
|
overall_pre_utility_value
|
|
-0.11
|
-0.34 – 0.12
|
.351
|
classroom_versus_field_enrichment
|
|
-0.07
|
-0.17 – 0.04
|
.215
|
youth_activity_rc (Basic Skills Activity)
|
|
0.01
|
-0.10 – 0.12
|
.896
|
youth_activity_rc (Creating Product)
|
|
0.01
|
-0.11 – 0.12
|
.916
|
youth_activity_rc (Field Trip Speaker)
|
|
-0.04
|
-0.26 – 0.19
|
.747
|
youth_activity_rc (Lab Activity)
|
|
0.07
|
-0.14 – 0.29
|
.507
|
youth_activity_rc (Program Staff Led)
|
|
-0.07
|
-0.20 – 0.06
|
.265
|
Random Parts
|
Nbeep_ID_new
|
|
235
|
Nparticipant_ID
|
|
180
|
Nprogram_ID
|
|
9
|
ICCbeep_ID_new
|
|
0.032
|
ICCparticipant_ID
|
|
0.457
|
ICCprogram_ID
|
|
0.044
|
Observations
|
|
2579
|
R2 / Ω02
|
|
.591 / .587
|
m2ivb <- lmer(positive_affect ~ 1 +
overall_pre_competence_beliefs*youth_activity_rc +
overall_pre_interest*youth_activity_rc +
overall_pre_utility_value*youth_activity_rc +
classroom_versus_field_enrichment*youth_activity_rc +
(1|program_ID) + (1|participant_ID) + (1|beep_ID_new),
data = df)
sjPlot::sjt.lmer(m2ivb, p.kr = F, show.re.var = F)
|
|
positive_affect
|
|
|
B
|
CI
|
p
|
Fixed Parts
|
(Intercept)
|
|
2.15
|
1.55 – 2.75
|
<.001
|
overall_pre_competence_beliefs
|
|
0.05
|
-0.18 – 0.29
|
.656
|
youth_activity_rcBasic Skills Activity
|
|
0.48
|
0.03 – 0.94
|
.039
|
youth_activity_rcCreating Product
|
|
0.07
|
-0.43 – 0.57
|
.782
|
youth_activity_rcField Trip Speaker
|
|
-0.05
|
-1.00 – 0.89
|
.911
|
youth_activity_rcLab Activity
|
|
0.12
|
-0.92 – 1.16
|
.818
|
youth_activity_rcProgram Staff Led
|
|
0.61
|
0.08 – 1.14
|
.025
|
overall_pre_interest
|
|
0.27
|
0.02 – 0.53
|
.035
|
overall_pre_utility_value
|
|
-0.13
|
-0.38 – 0.11
|
.284
|
classroom_versus_field_enrichment
|
|
0.00
|
-0.14 – 0.15
|
.956
|
overall_pre_competence_beliefs:youth_activity_rcBasic Skills Activity
|
|
-0.10
|
-0.26 – 0.05
|
.198
|
overall_pre_competence_beliefs:youth_activity_rcCreating Product
|
|
-0.21
|
-0.38 – -0.04
|
.013
|
overall_pre_competence_beliefs:youth_activity_rcField Trip Speaker
|
|
0.14
|
-0.13 – 0.41
|
.313
|
overall_pre_competence_beliefs:youth_activity_rcLab Activity
|
|
-0.10
|
-0.47 – 0.27
|
.591
|
overall_pre_competence_beliefs:youth_activity_rcProgram Staff Led
|
|
-0.23
|
-0.40 – -0.05
|
.011
|
youth_activity_rcBasic Skills Activity:overall_pre_interest
|
|
0.06
|
-0.10 – 0.22
|
.488
|
youth_activity_rcCreating Product:overall_pre_interest
|
|
0.13
|
-0.06 – 0.33
|
.177
|
youth_activity_rcField Trip Speaker:overall_pre_interest
|
|
-0.27
|
-0.68 – 0.14
|
.191
|
youth_activity_rcLab Activity:overall_pre_interest
|
|
-0.15
|
-0.56 – 0.27
|
.485
|
youth_activity_rcProgram Staff Led:overall_pre_interest
|
|
0.02
|
-0.15 – 0.20
|
.803
|
youth_activity_rcBasic Skills Activity:overall_pre_utility_value
|
|
-0.07
|
-0.24 – 0.10
|
.402
|
youth_activity_rcCreating Product:overall_pre_utility_value
|
|
0.09
|
-0.09 – 0.26
|
.324
|
youth_activity_rcField Trip Speaker:overall_pre_utility_value
|
|
0.15
|
-0.17 – 0.46
|
.366
|
youth_activity_rcLab Activity:overall_pre_utility_value
|
|
0.19
|
-0.20 – 0.58
|
.335
|
youth_activity_rcProgram Staff Led:overall_pre_utility_value
|
|
0.03
|
-0.16 – 0.21
|
.780
|
youth_activity_rcBasic Skills Activity:classroom_versus_field_enrichment
|
|
-0.16
|
-0.39 – 0.06
|
.159
|
youth_activity_rcCreating Product:classroom_versus_field_enrichment
|
|
-0.14
|
-0.46 – 0.17
|
.377
|
youth_activity_rcLab Activity:classroom_versus_field_enrichment
|
|
0.23
|
-0.20 – 0.66
|
.288
|
youth_activity_rcProgram Staff Led:classroom_versus_field_enrichment
|
|
-0.23
|
-0.51 – 0.05
|
.106
|
Random Parts
|
Nbeep_ID_new
|
|
235
|
Nparticipant_ID
|
|
180
|
Nprogram_ID
|
|
9
|
ICCbeep_ID_new
|
|
0.030
|
ICCparticipant_ID
|
|
0.462
|
ICCprogram_ID
|
|
0.038
|
Observations
|
|
2579
|
R2 / Ω02
|
|
.594 / .590
|