Michelle Jamieson
Michelle Jamieson
When I try to use replace_with_na_all to clean up some factors, the resulting columns are turned into integers. See below for a simple example with Iris - it would be...
Do not use this form to ask a question, or ask for assistance. Instead, ask on using the gtsummary tag. Questions about a function's use will be closed without a...
I'm wondering if it would be possible to allow `srvyr` survey design objects to work with `tidymodels`. Example below (with error): ```r library(survey) library(srvyr) library(tidymodels) data(api) # stratified sample dstrata...
I have complex survey data that has phase 1 and phase 2 weights. Is it possible to combine separate `as_survey` design objects together? They all exist within the same survey...
# Michelle Kimberly Jamieson # Link to GitHub repo Repo: https://github.com/themichjam/glasgow_thesis PDF: https://github.com/themichjam/glasgow_thesis/tree/main/_book # Completion Date 31st January 2023 # Institution University of Glasgow # Summarize your thesis Severe mental...
I know the below `gt::as_latex` works with `tbl_summary`, but when applied to `tbl_merge` objects the output its strange? both reprex below, first is with `gtsummary` tbls and the second with...