From 0050e16ebdc7bc816224cc3ec04a2456d88d7292 Mon Sep 17 00:00:00 2001 From: Steve Phelps Date: Sat, 20 Jan 2024 10:15:41 +0000 Subject: [PATCH] fixed cell --- jupyter-book/R-MixedModel.R | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/jupyter-book/R-MixedModel.R b/jupyter-book/R-MixedModel.R index 06b2b96..d835461 100644 --- a/jupyter-book/R-MixedModel.R +++ b/jupyter-book/R-MixedModel.R @@ -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 + @@ -284,8 +283,7 @@ model_dictator <- clmm( ) summary(model_dictator) -# f%% - +# %% model_dictator_hess <- clmm( Response ~ Participant_group + Participant_group:Model + t + Model + Temperature + @@ -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. # %%