bdotsRefit | R Documentation |
Refit Observations Returned from bdotsFit
bdotsRefit( bdObj, fitCode = 1L, quickRefit = FALSE, numRefits = 2L, paramDT = NULL, ... )
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 |
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
Returns bdObj with updated fits
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.