Skip to content

Commit

Permalink
remove unused cell
Browse files Browse the repository at this point in the history
  • Loading branch information
phelps-sg committed Dec 29, 2023
1 parent 72e893d commit 6250526
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions jupyter-book/R-MixedModel.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,10 +223,6 @@
# %%
xtable(coef(summary(model.pd))$cond, digits=3)

# %%
theoretical.altruistic <- list(D=1, C=1, T4TD=1, T4TC=1)
theoretical.altruistic

# %%
theoretical.data <- function(group, frequencies) {
result <- data.frame(x = as.factor(c('D', 'T4TD', 'T4TC', 'C')),
Expand Down

0 comments on commit 6250526

Please sign in to comment.