View source: R/md_candidate_set_models.R
md_cand_sampler | R Documentation |
Candidate set generator. Requires columns for component probabilities
e.g., q1,...,qm
where qj
is the probability that the jth component
will be in the corresponding candidate set generated for that observation
in the md
table.
md_cand_sampler(md, qvar = "q", setvar = "x")
md |
masked data. |
qvar |
column prefix for component probabilities, defaults to |
setvar |
column prefix for candidate sets (as Boolean matrix), defaults
to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.