geerControl {gee4} | R Documentation |
Construct control structures for GEE-MCD/WGEE-MCD model fitting
geerControl(trace = FALSE, profile = TRUE, ignore.const.term = TRUE, errorMsg = FALSE, use.weights.vec = FALSE)
trace |
whether or not the value of the objective function and the parameters should be print on every trace'th iteration. |
profile |
whether or not parameters should be estimated sequentially using the idea of profile likelihood. |
ignore.const.term |
whether or not the constant term should be considered when calculating quasi-likelihood and QIC. |
errorMsg |
whether or not the error message should be print. |
use.weights.vec |
whether or not a user-specified weights.vec should be used |