bdRemove | R Documentation |
Remove observations with a specified fitCode and optionally all pairs
bdRemove(bdObj, fitCode = 6L, removePairs = TRUE)
bdObj |
bdots object |
fitCode |
min fitCode to remove. Default is 6, which removes all subjects with NULL fits (fitCode = 5 would remove 5 and 6) |
removePairs |
Boolean. Remove subject pairs is one of pair is removed. Default is TRUE to retain paired t-test |
This function is used to remove all bdots observations with a fit code
equal to or larger than the argument passed to fitCode
without refitting.
If removePairs = TRUE
, all entries for a subject will be removed if their
fit failed in any of the groups in which they were a member
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.