bdRemove {bdots} | R Documentation |
bdots Remove Function
Description
Remove observations with a specified fitCode and optionally all pairs
Usage
bdRemove(bdObj, fitCode = 6L, removePairs = TRUE)
Arguments
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 |
Details
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
[Package bdots version 1.2.5 Index]