| new_bias_mitigations | R Documentation |
Creates a structured bias mitigations tibble for use in bidux functions. Replaces nested list structures with a validated data.frame structure.
new_bias_mitigations(mitigations_df)
mitigations_df |
Data.frame with required columns: bias_type, mitigation_strategy, confidence_level |
A bid_bias_mitigations S3 object (inherits from data.frame)
## Not run:
mitigations <- new_bias_mitigations(data.frame(
bias_type = c("confirmation_bias", "selection_bias"),
mitigation_strategy = c("seek_disconfirming_evidence", "randomize_sample"),
confidence_level = c(0.8, 0.7)
))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.