For internal use by package functions. Not
intended to be directly called by the data analyst.
This function repeats the analysis for an object
of class funreg
, with the same settings
but with possibly different data. This is
convenient in doing resampling techniques like
bootstrapping or permutation testing.
redo.funreg(object, id, response, time, other.covariates, x)
A funreg
object.
The new values for id (see the funreg
function documentation)
The new values for response
The new values for time
The new values for other.covariates (which may be NULL)
The new values for the functional covariate.
The funreg
object for the new fitted model.