PerformMainFit {hivModelling} | R Documentation |
Perform main fit
PerformMainFit(context, data, maxNoFit = 30, ctol = 1e-06, ftol = 1e-05, ...)
context |
List of parameters. Required. |
data |
Input data as data.table. Required. |
maxNoFit |
Maximum number of amoeba iterations. Optional. Default = 30. |
ctol |
Minium required deviance in consecutive lambda estimations. Optional. Default = 1e-6. |
ftol |
Minium required deviance in amoeba calculations. Optional. Default = 1e-5. |
... |
Additional arguments passed to amoeba function. Optional. |
Results list object
## Not run: PerformMainFit(context, data, maxNoFit = 2, ctol = 1e-6, ftol = 1e-5, verbose = TRUE) ## End(Not run)