makeCtrls_icsp | R Documentation |
Control Parameters for ic_sp
makeCtrls_icsp(useGA = T, maxIter = 10000, baseUpdates = 5, regStart = NULL)
useGA |
Should constrained gradient ascent step be used? |
maxIter |
Maximum iterations |
baseUpdates |
number of baseline updates (ICM + GA) per iteration |
regStart |
Initial values for regression parameters @description
Creates the control options for the |
The constrained gradient step, actived by useGA = T
,
is a step that was added to improve the convergence in a special case.
The option to turn it off is only in place to help demonstrate it's utility.
regStart
also for seeding of initial value of regression parameters. Intended for use in “warm start" for bootstrap samples
and providing fixed regression parameters when calculating fit in qq-plots.
Clifford Anderson-Bergman
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.