Skip to contents

Requesting a ticket is the first stage of benchmarking a causal inference algorithm using causalbenchmarks org. A ticket allows you to request the generation of a dataset and gives you a unique URL at which to submit your results once your analysis has completed. The request_ticket function requests a new ticket given an algorithm key (a 32-character string available in your API dashboard).

Usage

submit_estimate(ticket_id, estimate, ci_lo = NULL, ci_hi = NULL)

Arguments

ticket_id

a 32-character ticket_id supplied by get_ticket. Please note that this is a secret value and should not be shared with anyone else.