bdotsRefit {bdots} | R Documentation |
Refit Observations Returned from bdotsFit
Description
Refit Observations Returned from bdotsFit
Usage
bdotsRefit(
bdObj,
fitCode = 1L,
quickRefit = FALSE,
numRefits = 2L,
paramDT = NULL,
...
)
Arguments
bdObj |
An object of class 'bdotsObj' returned from |
fitCode |
A length one integer indicating observations to refit. See Details |
quickRefit |
Boolean indicating if a quick refit should be used. If TRUE,
rather than prompting the user for adjustments for each observation, |
numRefits |
Integer indicating the number of refit attempts after jittering parameters, either with quickRefit or when done individually |
paramDT |
A |
... |
not used |
Details
fitCode indicates lower bound on observations to refit. For example,
if fitCode = 4
, bdotsRefit
will prompt user to refit all
observations with fitCode = 4, 5, 6. The quickRit
option will attempt
to jitter and refit all observations selected by fitCode
. Otherwise, the
user will be prompted through a menu to individually refit observations
Value
Returns bdObj with updated fits