Skip to content

Commit

Permalink
fixed cell
Browse files Browse the repository at this point in the history
  • Loading branch information
phelps-sg committed Jan 20, 2024
1 parent 45a7bf0 commit 0050e16
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions jupyter-book/R-MixedModel.R
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,6 @@ dev.off()
results_dictator$Response <- as.factor(results_dictator$Num_cooperates)

# %%

model_dictator <- clmm(
Response ~
Participant_group + Participant_group:Model + t + Model + Temperature +
Expand All @@ -284,8 +283,7 @@ model_dictator <- clmm(
)
summary(model_dictator)

# f%%

# %%
model_dictator_hess <- clmm(
Response ~
Participant_group + Participant_group:Model + t + Model + Temperature +
Expand All @@ -298,7 +296,7 @@ model_dictator_hess <- clmm(
summary(model_dictator_hess)

# %% [markdown]

#
# Remove t parameter from the model since it had insigicant estimate and is not expected to have any causal effect.

# %%
Expand Down

0 comments on commit 0050e16

Please sign in to comment.