You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously for hancock et al, covariates were stored as so in targets:
tar_target(covariate_path,
"data/ir-data-covariates.rds",
format = "file"
),
covariate_names_raw = read_rds(covariate_path),
# currently downsampling to speed up initial model fits
covariate_names = covariate_names_raw[1:10],
The text was updated successfully, but these errors were encountered:
Previously for hancock et al, covariates were stored as so in targets:
The text was updated successfully, but these errors were encountered: