Skip to content

Commit

Permalink
rev
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeJSeo committed Jul 12, 2024
1 parent 10a897d commit e9caa8d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data-raw/dummy_anchored.R
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ adsl_twt <- dummize_ipd(adsl_twt, dummize_cols = c("SEX"), dummize_ref_level = c
centered_ipd_twt <- center_ipd(ipd = adsl_twt, agd = agd)

centered_colnames <- paste0(c("AGE", "AGE_MEDIAN", "AGE_SQUARED", "SEX_MALE", "ECOG0", "SMOKE"), "_CENTERED")
weighted_twt <- estimate_weights(data = centered_ipd_twt, centered_colnames = centered_colnames, n_boot_iteration = 1000)
weighted_twt <- estimate_weights(data = centered_ipd_twt, centered_colnames = centered_colnames, n_boot_iteration = 100)


### Output
Expand Down
Binary file modified data/weighted_twt.rda
Binary file not shown.

0 comments on commit e9caa8d

Please sign in to comment.