varName: Character string or vector of character strings; is this is not NULL, the update will only applied to this dependent variable / these dependent variables.
effects.to: Object of class sienaEffects.
effects.from: Object of class sienaEffects.
name.to: Character string, name of dependent variable in object.to.
name.from: Character string, name of dependent variable in object.from.
Details
The initial values of any selected effects in the input effects object which match an effect estimated in prevAns will be updated by updateTheta. If the previous run was conditional, the estimated rate parameters for the dependent variable on which the run was conditioned are added to the final value of theta. If varName is not NULL, this update is restricted to effects for the dependent variable/s specified by varName.
By updateSpecification, the effects included in effects.from
are also included in effects.to; if name.to and/or name.from is specified, this is restricted to effects for those dependent variables. If name.to = "all" (should then not be used as variable name!), the effects for all dependent variables will be updated.
Correspondence between effects is defined by "name", "shortName" "type", "groupName", "interaction1","interaction2", "period", "effect1", "effect2", and "effect3". This means that inclusion of user-defined interactions will be updated only if they were available (i.e., defined) already in effects.to.
Returns
Updated effects object.
Note
Using updateTheta explicitly before calling siena07
rather than using it via the argument prevAns of siena07 will not permit the use of the previous derivative matrix. In most cases, using siena07 with prevAns will be more efficient.