Skip to contents

Delete a single result pin

Usage

cs_delete_result(board, dgp_id, estimator_id, n, seed, version = NULL)

Arguments

board

A pins board.

dgp_id

Character scalar identifying the DGP.

estimator_id

Character scalar identifying the estimator.

n

Integer sample size.

seed

Integer simulation seed.

version

Optional DGP version. When supplied, only the exact versioned result pin is deleted; when omitted, legacy and versioned pins matching the tuple are deleted.

Value

Logical scalar indicating whether any pin was deleted.