Skip to content

Commit

Permalink
remove m1 and m2
Browse files Browse the repository at this point in the history
  • Loading branch information
lemanska committed Oct 27, 2023
1 parent d567363 commit 569251b
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 569251b

Please sign in to comment.