decimate_row | R Documentation |
Given a row vector, β, simulated from a ground-truth pattern matrix, P,
decimate_row
corrupts β to produce β', such that β'
has every value missing besides exactly one random observation corresponding to each pattern in P
(where the patterns are the rows of P).
decimate_row(row, pats)
row |
The row to be decimated. |
pats |
The ground truth patterns the row was simulated from. |
The decimated row.
decimate_mat
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.