Re-estimates a GAMLj model applying new options to the original model

# S3 method for gamljlmResults
update(object, ...)

# S3 method for gamljglmResults
update(object, ...)

# S3 method for gamljmixedResults
update(object, ...)

# S3 method for gamljgmixedResults
update(object, ...)

Arguments

object

of class `gamlj*Results`

...

any parameter to be passed to gamlj_lm, gamlj_mixed, gamlj_glm, or gamlj_gmixed

Value

an object of class gamlj*Results as the input object

Author

Marcello Gallucci