Skip to content

Commit

Permalink
Merge pull request #61 from opensafely/October_final
Browse files Browse the repository at this point in the history
remove m1 and m2
  • Loading branch information
lemanska committed Oct 27, 2023
2 parents a6aa2e2 + 569251b commit f5b1397
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions analysis/Descriptive_trends.R
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,8 @@ xl <- Input2$age_pa_ca; Table1[1,"sdI23"] <- paste0(round(sd(xl),n),
round(t.test(xl)$conf.int[2],n),")"); #rm(Input3)


Table1[1,"m1"] <-dim(Input2)[1]
Table1[1,"m2"] <-dim(Input2)[2]
#Table1[1,"m1"] <-dim(Input2)[1]
#Table1[1,"m2"] <-dim(Input2)[2]

Table1 <- t(Table1)
Table1 <- as.data.frame(Table1)
Expand Down

0 comments on commit f5b1397

Please sign in to comment.